Class: Nuvemshop::Order::PaymentDetails

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/nuvemshop/order/payment_details.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #pretty_print

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#credit_card_companyObject

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

#installmentsObject

Returns the value of attribute installments.



4
5
6
# File 'lib/nuvemshop/order/payment_details.rb', line 4

def installments
  @installments
end

#methodObject

Returns the value of attribute method.



4
5
6
# File 'lib/nuvemshop/order/payment_details.rb', line 4

def method
  @method
end