Class: Mondido::CreditCard::StoredCard
- Includes:
- ActiveModel::Model
- Defined in:
- lib/mondido/credit_card/stored_card.rb
Instance Attribute Summary collapse
-
#card_cvv ⇒ Object
Returns the value of attribute card_cvv.
-
#card_expiry ⇒ Object
Returns the value of attribute card_expiry.
-
#card_holder ⇒ Object
Returns the value of attribute card_holder.
-
#card_number ⇒ Object
Returns the value of attribute card_number.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#id ⇒ Object
Returns the value of attribute id.
-
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#status ⇒ Object
Returns the value of attribute status.
-
#test ⇒ Object
Returns the value of attribute test.
Method Summary
Methods inherited from BaseModel
all, #api_params, create, delete, get, #update_from_response
Instance Attribute Details
#card_cvv ⇒ Object
Returns the value of attribute card_cvv.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def card_cvv @card_cvv end |
#card_expiry ⇒ Object
Returns the value of attribute card_expiry.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def card_expiry @card_expiry end |
#card_holder ⇒ Object
Returns the value of attribute card_holder.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def card_holder @card_holder end |
#card_number ⇒ Object
Returns the value of attribute card_number.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def card_number @card_number end |
#card_type ⇒ Object
Returns the value of attribute card_type.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def card_type @card_type end |
#created_at ⇒ Object
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def created_at @created_at end |
#currency ⇒ Object
Returns the value of attribute currency.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def currency @currency end |
#customer ⇒ Object
Returns the value of attribute customer.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def customer @customer end |
#hash ⇒ Object
Returns the value of attribute hash.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def hash @hash end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def id @id end |
#merchant_id ⇒ Object
Returns the value of attribute merchant_id.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def merchant_id @merchant_id end |
#metadata ⇒ Object
Returns the value of attribute metadata.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def status @status end |
#test ⇒ Object
Returns the value of attribute test.
6 7 8 |
# File 'lib/mondido/credit_card/stored_card.rb', line 6 def test @test end |