Class: PrestoAPI::CreditCard
- Inherits:
-
Object
- Object
- PrestoAPI::CreditCard
- Defined in:
- lib/presto_api.rb
Instance Attribute Summary collapse
-
#expiry_month ⇒ Object
Returns the value of attribute expiry_month.
-
#expiry_year ⇒ Object
Returns the value of attribute expiry_year.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#expiry_month ⇒ Object
Returns the value of attribute expiry_month.
60 61 62 |
# File 'lib/presto_api.rb', line 60 def expiry_month @expiry_month end |
#expiry_year ⇒ Object
Returns the value of attribute expiry_year.
60 61 62 |
# File 'lib/presto_api.rb', line 60 def expiry_year @expiry_year end |
#name ⇒ Object
Returns the value of attribute name.
60 61 62 |
# File 'lib/presto_api.rb', line 60 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
60 61 62 |
# File 'lib/presto_api.rb', line 60 def number @number end |