Class: ChargeBee::Addon::TaxProvidersField

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

Instance Attribute Summary collapse

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_idObject

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_valueObject

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_nameObject

Returns the value of attribute provider_name.



9
10
11
# File 'lib/chargebee/models/addon.rb', line 9

def provider_name
  @provider_name
end