Class: Zinc::PaymentMethod
Instance Attribute Summary collapse
-
#expiration_month ⇒ Object
Returns the value of attribute expiration_month.
-
#expiration_year ⇒ Object
Returns the value of attribute expiration_year.
-
#name_on_card ⇒ Object
Returns the value of attribute name_on_card.
-
#number ⇒ Object
Returns the value of attribute number.
-
#security_code ⇒ Object
Returns the value of attribute security_code.
-
#use_gift ⇒ Object
Returns the value of attribute use_gift.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Zinc::Model
Instance Attribute Details
#expiration_month ⇒ Object
Returns the value of attribute expiration_month.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def expiration_month @expiration_month end |
#expiration_year ⇒ Object
Returns the value of attribute expiration_year.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def expiration_year @expiration_year end |
#name_on_card ⇒ Object
Returns the value of attribute name_on_card.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def name_on_card @name_on_card end |
#number ⇒ Object
Returns the value of attribute number.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def number @number end |
#security_code ⇒ Object
Returns the value of attribute security_code.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def security_code @security_code end |
#use_gift ⇒ Object
Returns the value of attribute use_gift.
3 4 5 |
# File 'lib/zinc/payment_method.rb', line 3 def use_gift @use_gift end |