class Ravelin::Customer

Attributes

country[RW]
custom[RW]
customer_id[RW]
date_of_birth[RW]
email[RW]
email_verified_time[RW]
family_name[RW]
gender[RW]
given_name[RW]
location[RW]
market[RW]
name[RW]
registration_time[RW]
telephone[RW]
telephone_country[RW]
telephone_verified_time[RW]
username[RW]

Public Instance Methods

location=(obj) click to toggle source
# File lib/ravelin/customer.rb, line 23
def location=(obj)
  @location = Ravelin::Location.new(obj)
end