Class: ChargeBee::Configuration
- Defined in:
- lib/chargebee/models/configuration.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#product_catalog_version ⇒ Object
Returns the value of attribute product_catalog_version.
Class Method Summary collapse
-
.list(env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
4 5 6 |
# File 'lib/chargebee/models/configuration.rb', line 4 def domain @domain end |
#product_catalog_version ⇒ Object
Returns the value of attribute product_catalog_version.
4 5 6 |
# File 'lib/chargebee/models/configuration.rb', line 4 def product_catalog_version @product_catalog_version end |
Class Method Details
.list(env = nil, headers = {}) ⇒ Object
OPERATIONS
9 10 11 |
# File 'lib/chargebee/models/configuration.rb', line 9 def self.list(env=nil, headers={}) Request.send_list_request('get', uri_path("configurations"), {}, env, headers) end |