Class: Ravelin::PaymentMethod
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::PaymentMethod
- Defined in:
- lib/ravelin/payment_method.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#banned ⇒ Object
Returns the value of attribute banned.
-
#card_bin ⇒ Object
Returns the value of attribute card_bin.
-
#card_last_four ⇒ Object
Returns the value of attribute card_last_four.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#country_issued ⇒ Object
Returns the value of attribute country_issued.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#e_wallet ⇒ Object
Returns the value of attribute e_wallet.
-
#email ⇒ Object
Returns the value of attribute email.
-
#expiry_month ⇒ Object
Returns the value of attribute expiry_month.
-
#expiry_year ⇒ Object
Returns the value of attribute expiry_year.
-
#instrument_id ⇒ Object
Returns the value of attribute instrument_id.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#method_type ⇒ Object
Returns the value of attribute method_type.
-
#name_on_card ⇒ Object
Returns the value of attribute name_on_card.
-
#nick_name ⇒ Object
Returns the value of attribute nick_name.
-
#payment_method_id ⇒ Object
Returns the value of attribute payment_method_id.
-
#prepaid_card ⇒ Object
Returns the value of attribute prepaid_card.
-
#registration_time ⇒ Object
Returns the value of attribute registration_time.
-
#successful_registration ⇒ Object
Returns the value of attribute successful_registration.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def active @active end |
#banned ⇒ Object
Returns the value of attribute banned.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def banned @banned end |
#card_bin ⇒ Object
Returns the value of attribute card_bin.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def card_bin @card_bin end |
#card_last_four ⇒ Object
Returns the value of attribute card_last_four.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def card_last_four @card_last_four end |
#card_type ⇒ Object
Returns the value of attribute card_type.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def card_type @card_type end |
#country_issued ⇒ Object
Returns the value of attribute country_issued.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def country_issued @country_issued end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def custom @custom end |
#e_wallet ⇒ Object
Returns the value of attribute e_wallet.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def e_wallet @e_wallet end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def email @email end |
#expiry_month ⇒ Object
Returns the value of attribute expiry_month.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def expiry_month @expiry_month end |
#expiry_year ⇒ Object
Returns the value of attribute expiry_year.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def expiry_year @expiry_year end |
#instrument_id ⇒ Object
Returns the value of attribute instrument_id.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def instrument_id @instrument_id end |
#issuer ⇒ Object
Returns the value of attribute issuer.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def issuer @issuer end |
#method_type ⇒ Object
Returns the value of attribute method_type.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def method_type @method_type end |
#name_on_card ⇒ Object
Returns the value of attribute name_on_card.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def name_on_card @name_on_card end |
#nick_name ⇒ Object
Returns the value of attribute nick_name.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def nick_name @nick_name end |
#payment_method_id ⇒ Object
Returns the value of attribute payment_method_id.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def payment_method_id @payment_method_id end |
#prepaid_card ⇒ Object
Returns the value of attribute prepaid_card.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def prepaid_card @prepaid_card end |
#registration_time ⇒ Object
Returns the value of attribute registration_time.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def registration_time @registration_time end |
#successful_registration ⇒ Object
Returns the value of attribute successful_registration.
3 4 5 |
# File 'lib/ravelin/payment_method.rb', line 3 def successful_registration @successful_registration end |