Class: ChargeBee::Addon::TaxProvidersField
- Defined in:
- lib/chargebee/models/addon.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.
9 10 11 |
# File 'lib/chargebee/models/addon.rb', line 9 def field_id @field_id end |
#field_value ⇒ Object
Returns the value of attribute field_value.
9 10 11 |
# File 'lib/chargebee/models/addon.rb', line 9 def field_value @field_value end |
#provider_name ⇒ Object
Returns the value of attribute provider_name.
9 10 11 |
# File 'lib/chargebee/models/addon.rb', line 9 def provider_name @provider_name end |