Class: ChargeBee::Configuration

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/configuration.rb

Instance Attribute Summary collapse

Class Method Summary collapse

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

#domainObject

Returns the value of attribute domain.



4
5
6
# File 'lib/chargebee/models/configuration.rb', line 4

def domain
  @domain
end

#product_catalog_versionObject

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