Class: RSpreedly::PaymentMethod::CreditCard
- Defined in:
- lib/rspreedly/payment_method.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#month ⇒ Object
Returns the value of attribute month.
-
#number ⇒ Object
Returns the value of attribute number.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#state ⇒ Object
Returns the value of attribute state.
-
#verification_value ⇒ Object
Returns the value of attribute verification_value.
-
#year ⇒ Object
Returns the value of attribute year.
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from Base
Method Summary
Methods inherited from Base
api_request, #api_request, #attributes=, do_request, #initialize, #to_xml
Constructor Details
This class inherits a constructor from RSpreedly::Base
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def address2 @address2 end |
#card_type ⇒ Object
Returns the value of attribute card_type.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def card_type @card_type end |
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def country @country end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def last_name @last_name end |
#month ⇒ Object
Returns the value of attribute month.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def month @month end |
#number ⇒ Object
Returns the value of attribute number.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def number @number end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def phone_number @phone_number end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def state @state end |
#verification_value ⇒ Object
Returns the value of attribute verification_value.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def verification_value @verification_value end |
#year ⇒ Object
Returns the value of attribute year.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def year @year end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/rspreedly/payment_method.rb', line 4 def zip @zip end |