Class: Kiik::Card
- Includes:
- Rest::Create
- Defined in:
- lib/kiik/card.rb
Instance Attribute Summary collapse
-
#card_alias ⇒ Object
Returns the value of attribute card_alias.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#cvc ⇒ Object
Returns the value of attribute cvc.
-
#month ⇒ Object
Returns the value of attribute month.
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#year ⇒ Object
Returns the value of attribute year.
Attributes inherited from Resource
Method Summary
Methods included from Rest::Create
Methods inherited from Resource
build, class_name, #initialize, opts, request, #to_json, url, #valid?
Constructor Details
This class inherits a constructor from Kiik::Resource
Instance Attribute Details
#card_alias ⇒ Object
Returns the value of attribute card_alias.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def card_alias @card_alias end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def customer_id @customer_id end |
#cvc ⇒ Object
Returns the value of attribute cvc.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def cvc @cvc end |
#month ⇒ Object
Returns the value of attribute month.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def month @month end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def number @number end |
#year ⇒ Object
Returns the value of attribute year.
5 6 7 |
# File 'lib/kiik/card.rb', line 5 def year @year end |