Class: TbCommerce::CreditCard
- Inherits:
-
Object
- Object
- TbCommerce::CreditCard
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/tb_commerce/credit_card.rb
Instance Attribute Summary collapse
-
#billing_address ⇒ Object
Returns the value of attribute billing_address.
-
#billing_address_2 ⇒ Object
Returns the value of attribute billing_address_2.
-
#billing_city ⇒ Object
Returns the value of attribute billing_city.
-
#billing_country ⇒ Object
Returns the value of attribute billing_country.
-
#billing_name ⇒ Object
Returns the value of attribute billing_name.
-
#billing_postal ⇒ Object
Returns the value of attribute billing_postal.
-
#billing_state ⇒ Object
Returns the value of attribute billing_state.
-
#card_ccv ⇒ Object
Returns the value of attribute card_ccv.
-
#card_expiration ⇒ Object
Returns the value of attribute card_expiration.
-
#card_number ⇒ Object
Returns the value of attribute card_number.
Instance Attribute Details
#billing_address ⇒ Object
Returns the value of attribute billing_address.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_address @billing_address end |
#billing_address_2 ⇒ Object
Returns the value of attribute billing_address_2.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_address_2 @billing_address_2 end |
#billing_city ⇒ Object
Returns the value of attribute billing_city.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_city @billing_city end |
#billing_country ⇒ Object
Returns the value of attribute billing_country.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_country @billing_country end |
#billing_name ⇒ Object
Returns the value of attribute billing_name.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_name @billing_name end |
#billing_postal ⇒ Object
Returns the value of attribute billing_postal.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_postal @billing_postal end |
#billing_state ⇒ Object
Returns the value of attribute billing_state.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def billing_state @billing_state end |
#card_ccv ⇒ Object
Returns the value of attribute card_ccv.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def card_ccv @card_ccv end |
#card_expiration ⇒ Object
Returns the value of attribute card_expiration.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def card_expiration @card_expiration end |
#card_number ⇒ Object
Returns the value of attribute card_number.
11 12 13 |
# File 'app/models/tb_commerce/credit_card.rb', line 11 def card_number @card_number end |