Class: ChargeBee::Gift::Gifter
- Defined in:
- lib/chargebee/models/gift.rb
Instance Attribute Summary collapse
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#note ⇒ Object
Returns the value of attribute note.
-
#signature ⇒ Object
Returns the value of attribute signature.
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
#customer_id ⇒ Object
Returns the value of attribute customer_id.
5 6 7 |
# File 'lib/chargebee/models/gift.rb', line 5 def customer_id @customer_id end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
5 6 7 |
# File 'lib/chargebee/models/gift.rb', line 5 def invoice_id @invoice_id end |
#note ⇒ Object
Returns the value of attribute note.
5 6 7 |
# File 'lib/chargebee/models/gift.rb', line 5 def note @note end |
#signature ⇒ Object
Returns the value of attribute signature.
5 6 7 |
# File 'lib/chargebee/models/gift.rb', line 5 def signature @signature end |