Class: PrestoAPI::User
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#card_number ⇒ Object
Returns the value of attribute card_number.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#province ⇒ Object
Returns the value of attribute province.
-
#security_answer ⇒ Object
Returns the value of attribute security_answer.
-
#security_question ⇒ Object
Returns the value of attribute security_question.
Method Summary
Methods inherited from Base
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def address2 @address2 end |
#card_number ⇒ Object
Returns the value of attribute card_number.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def card_number @card_number end |
#city ⇒ Object
Returns the value of attribute city.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def last_name @last_name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def phone_number @phone_number end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def postal_code @postal_code end |
#province ⇒ Object
Returns the value of attribute province.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def province @province end |
#security_answer ⇒ Object
Returns the value of attribute security_answer.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def security_answer @security_answer end |
#security_question ⇒ Object
Returns the value of attribute security_question.
31 32 33 |
# File 'lib/presto_api.rb', line 31 def security_question @security_question end |