Class: PayPal::Invoice::OtherPaymentDetails
- Defined in:
- lib/paypal/invoice/other_payment_details.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#method ⇒ Object
Returns the value of attribute method.
-
#note ⇒ Object
Returns the value of attribute note.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
6 7 8 |
# File 'lib/paypal/invoice/other_payment_details.rb', line 6 def date @date end |
#method ⇒ Object
Returns the value of attribute method.
4 5 6 |
# File 'lib/paypal/invoice/other_payment_details.rb', line 4 def method @method end |
#note ⇒ Object
Returns the value of attribute note.
5 6 7 |
# File 'lib/paypal/invoice/other_payment_details.rb', line 5 def note @note end |
Instance Method Details
#set_date(value) ⇒ Object
8 9 10 |
# File 'lib/paypal/invoice/other_payment_details.rb', line 8 def set_date(value) self.date = build_datetime(value) end |