Class: ChargeBee::ItemPrice::AccountingDetail
- Defined in:
- lib/chargebee/models/item_price.rb
Instance Attribute Summary collapse
-
#accounting_category1 ⇒ Object
Returns the value of attribute accounting_category1.
-
#accounting_category2 ⇒ Object
Returns the value of attribute accounting_category2.
-
#accounting_category3 ⇒ Object
Returns the value of attribute accounting_category3.
-
#accounting_category4 ⇒ Object
Returns the value of attribute accounting_category4.
-
#accounting_code ⇒ Object
Returns the value of attribute accounting_code.
-
#sku ⇒ Object
Returns the value of attribute sku.
Method Summary
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
#accounting_category1 ⇒ Object
Returns the value of attribute accounting_category1.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def accounting_category1 @accounting_category1 end |
#accounting_category2 ⇒ Object
Returns the value of attribute accounting_category2.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def accounting_category2 @accounting_category2 end |
#accounting_category3 ⇒ Object
Returns the value of attribute accounting_category3.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def accounting_category3 @accounting_category3 end |
#accounting_category4 ⇒ Object
Returns the value of attribute accounting_category4.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def accounting_category4 @accounting_category4 end |
#accounting_code ⇒ Object
Returns the value of attribute accounting_code.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def accounting_code @accounting_code end |
#sku ⇒ Object
Returns the value of attribute sku.
17 18 19 |
# File 'lib/chargebee/models/item_price.rb', line 17 def sku @sku end |