Class: Ravelin::Customer

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/customer.rb

Instance Attribute Summary collapse

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

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def country
  @country
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def custom
  @custom
end

#customer_idObject

Returns the value of attribute customer_id.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def customer_id
  @customer_id
end

#date_of_birthObject

Returns the value of attribute date_of_birth.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def date_of_birth
  @date_of_birth
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def email
  @email
end

#email_verified_timeObject

Returns the value of attribute email_verified_time.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def email_verified_time
  @email_verified_time
end

#family_nameObject

Returns the value of attribute family_name.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def family_name
  @family_name
end

#genderObject

Returns the value of attribute gender.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def gender
  @gender
end

#given_nameObject

Returns the value of attribute given_name.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def given_name
  @given_name
end

#locationObject

Returns the value of attribute location.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def location
  @location
end

#marketObject

Returns the value of attribute market.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def market
  @market
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def name
  @name
end

#registration_timeObject

Returns the value of attribute registration_time.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def registration_time
  @registration_time
end

#telephoneObject

Returns the value of attribute telephone.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def telephone
  @telephone
end

#telephone_countryObject

Returns the value of attribute telephone_country.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def telephone_country
  @telephone_country
end

#telephone_verified_timeObject

Returns the value of attribute telephone_verified_time.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def telephone_verified_time
  @telephone_verified_time
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/ravelin/customer.rb', line 3

def username
  @username
end