Class: Nuvemshop::Order::PaymentDetails
- Defined in:
- lib/nuvemshop/order/payment_details.rb
Instance Attribute Summary collapse
-
#credit_card_company ⇒ Object
Returns the value of attribute credit_card_company.
-
#installments ⇒ Object
Returns the value of attribute installments.
-
#method ⇒ Object
Returns the value of attribute method.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #pretty_print
Methods included from Extensions::MassAssignment
Instance Attribute Details
#credit_card_company ⇒ Object
Returns the value of attribute credit_card_company.
4 5 6 |
# File 'lib/nuvemshop/order/payment_details.rb', line 4 def credit_card_company @credit_card_company end |
#installments ⇒ Object
Returns the value of attribute installments.
4 5 6 |
# File 'lib/nuvemshop/order/payment_details.rb', line 4 def installments @installments end |
#method ⇒ Object
Returns the value of attribute method.
4 5 6 |
# File 'lib/nuvemshop/order/payment_details.rb', line 4 def method @method end |