Class: TbCommerce::CreditCard

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/tb_commerce/credit_card.rb

Instance Attribute Summary collapse

Instance Attribute Details

#billing_addressObject

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_2Object

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_cityObject

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_countryObject

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_nameObject

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_postalObject

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_stateObject

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_ccvObject

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_expirationObject

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_numberObject

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