Class: Uber::Partner::Partner
- Defined in:
- lib/uber/models/partner/partner.rb
Instance Attribute Summary collapse
-
#activation_status ⇒ Object
Returns the value of attribute activation_status.
-
#driver_id ⇒ Object
Returns the value of attribute driver_id.
-
#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.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#promo_code ⇒ Object
Returns the value of attribute promo_code.
-
#rating ⇒ Object
Returns the value of attribute rating.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#activation_status ⇒ Object
Returns the value of attribute activation_status.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def activation_status @activation_status end |
#driver_id ⇒ Object
Returns the value of attribute driver_id.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def driver_id @driver_id end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def last_name @last_name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def phone_number @phone_number end |
#picture ⇒ Object
Returns the value of attribute picture.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def picture @picture end |
#promo_code ⇒ Object
Returns the value of attribute promo_code.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def promo_code @promo_code end |
#rating ⇒ Object
Returns the value of attribute rating.
4 5 6 |
# File 'lib/uber/models/partner/partner.rb', line 4 def @rating end |