module CrvApiClient
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/crv_api_client.rb, line 8 def self.configuration @configuration ||= Utils::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/crv_api_client.rb, line 12 def self.configure yield(configuration) end