Class: Ravelin::Customer
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::Customer
- Defined in:
- lib/ravelin/customer.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
-
#email ⇒ Object
Returns the value of attribute email.
-
#email_verified_time ⇒ Object
Returns the value of attribute email_verified_time.
-
#family_name ⇒ Object
Returns the value of attribute family_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#given_name ⇒ Object
Returns the value of attribute given_name.
-
#location ⇒ Object
Returns the value of attribute location.
-
#market ⇒ Object
Returns the value of attribute market.
-
#name ⇒ Object
Returns the value of attribute name.
-
#registration_time ⇒ Object
Returns the value of attribute registration_time.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
-
#telephone_country ⇒ Object
Returns the value of attribute telephone_country.
-
#telephone_verified_time ⇒ Object
Returns the value of attribute telephone_verified_time.
-
#username ⇒ Object
Returns the value of attribute username.
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
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def country @country end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def custom @custom end |
#customer_id ⇒ Object
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_birth ⇒ Object
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 |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def email @email end |
#email_verified_time ⇒ Object
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_name ⇒ Object
Returns the value of attribute family_name.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def family_name @family_name end |
#gender ⇒ Object
Returns the value of attribute gender.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def gender @gender end |
#given_name ⇒ Object
Returns the value of attribute given_name.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def given_name @given_name end |
#location ⇒ Object
Returns the value of attribute location.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def location @location end |
#market ⇒ Object
Returns the value of attribute market.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def market @market end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def name @name end |
#registration_time ⇒ Object
Returns the value of attribute registration_time.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def registration_time @registration_time end |
#telephone ⇒ Object
Returns the value of attribute telephone.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def telephone @telephone end |
#telephone_country ⇒ Object
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_time ⇒ Object
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 |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/ravelin/customer.rb', line 3 def username @username end |