Class: PrestoAPI::CreditCard

Inherits:
Object
  • Object
show all
Defined in:
lib/presto_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_monthObject

Returns the value of attribute expiry_month.



60
61
62
# File 'lib/presto_api.rb', line 60

def expiry_month
  @expiry_month
end

#expiry_yearObject

Returns the value of attribute expiry_year.



60
61
62
# File 'lib/presto_api.rb', line 60

def expiry_year
  @expiry_year
end

#nameObject

Returns the value of attribute name.



60
61
62
# File 'lib/presto_api.rb', line 60

def name
  @name
end

#numberObject

Returns the value of attribute number.



60
61
62
# File 'lib/presto_api.rb', line 60

def number
  @number
end