Class: Kiik::Card

Inherits:
Resource show all
Includes:
Rest::Create
Defined in:
lib/kiik/card.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#created, #errors, #id

Method Summary

Methods included from Rest::Create

#create, included

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_aliasObject

Returns the value of attribute card_alias.



5
6
7
# File 'lib/kiik/card.rb', line 5

def card_alias
  @card_alias
end

#customer_idObject

Returns the value of attribute customer_id.



5
6
7
# File 'lib/kiik/card.rb', line 5

def customer_id
  @customer_id
end

#cvcObject

Returns the value of attribute cvc.



5
6
7
# File 'lib/kiik/card.rb', line 5

def cvc
  @cvc
end

#monthObject

Returns the value of attribute month.



5
6
7
# File 'lib/kiik/card.rb', line 5

def month
  @month
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/kiik/card.rb', line 5

def name
  @name
end

#numberObject

Returns the value of attribute number.



5
6
7
# File 'lib/kiik/card.rb', line 5

def number
  @number
end

#yearObject

Returns the value of attribute year.



5
6
7
# File 'lib/kiik/card.rb', line 5

def year
  @year
end