Class: ChargeBee::ItemPrice::TaxProvidersField
- Defined in:
- lib/chargebee/models/item_price.rb
Instance Attribute Summary collapse
-
#field_id ⇒ Object
Returns the value of attribute field_id.
-
#field_value ⇒ Object
Returns the value of attribute field_value.
-
#provider_name ⇒ Object
Returns the value of attribute provider_name.
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
#field_id ⇒ Object
Returns the value of attribute field_id.
13 14 15 |
# File 'lib/chargebee/models/item_price.rb', line 13 def field_id @field_id end |
#field_value ⇒ Object
Returns the value of attribute field_value.
13 14 15 |
# File 'lib/chargebee/models/item_price.rb', line 13 def field_value @field_value end |
#provider_name ⇒ Object
Returns the value of attribute provider_name.
13 14 15 |
# File 'lib/chargebee/models/item_price.rb', line 13 def provider_name @provider_name end |