Class: PrestoAPI::User

Inherits:
Base
  • Object
show all
Defined in:
lib/presto_api.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#from_json!, #to_json

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



31
32
33
# File 'lib/presto_api.rb', line 31

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



31
32
33
# File 'lib/presto_api.rb', line 31

def address2
  @address2
end

#card_numberObject

Returns the value of attribute card_number.



31
32
33
# File 'lib/presto_api.rb', line 31

def card_number
  @card_number
end

#cityObject

Returns the value of attribute city.



31
32
33
# File 'lib/presto_api.rb', line 31

def city
  @city
end

#countryObject

Returns the value of attribute country.



31
32
33
# File 'lib/presto_api.rb', line 31

def country
  @country
end

#emailObject

Returns the value of attribute email.



31
32
33
# File 'lib/presto_api.rb', line 31

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



31
32
33
# File 'lib/presto_api.rb', line 31

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



31
32
33
# File 'lib/presto_api.rb', line 31

def last_name
  @last_name
end

#phone_numberObject

Returns the value of attribute phone_number.



31
32
33
# File 'lib/presto_api.rb', line 31

def phone_number
  @phone_number
end

#postal_codeObject

Returns the value of attribute postal_code.



31
32
33
# File 'lib/presto_api.rb', line 31

def postal_code
  @postal_code
end

#provinceObject

Returns the value of attribute province.



31
32
33
# File 'lib/presto_api.rb', line 31

def province
  @province
end

#security_answerObject

Returns the value of attribute security_answer.



31
32
33
# File 'lib/presto_api.rb', line 31

def security_answer
  @security_answer
end

#security_questionObject

Returns the value of attribute security_question.



31
32
33
# File 'lib/presto_api.rb', line 31

def security_question
  @security_question
end