Class: ChargeBee::CreditNote::SiteDetailsAtCreation
- Defined in:
- lib/chargebee/models/credit_note.rb
Instance Attribute Summary collapse
-
#organization_address ⇒ Object
Returns the value of attribute organization_address.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
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
#organization_address ⇒ Object
Returns the value of attribute organization_address.
49 50 51 |
# File 'lib/chargebee/models/credit_note.rb', line 49 def organization_address @organization_address end |
#timezone ⇒ Object
Returns the value of attribute timezone.
49 50 51 |
# File 'lib/chargebee/models/credit_note.rb', line 49 def timezone @timezone end |