Class: Uber::Partner::Partner

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/partner/partner.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#activation_statusObject

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_idObject

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

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/uber/models/partner/partner.rb', line 4

def email
  @email
end

#first_nameObject

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_nameObject

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_numberObject

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

#pictureObject

Returns the value of attribute picture.



4
5
6
# File 'lib/uber/models/partner/partner.rb', line 4

def picture
  @picture
end

#promo_codeObject

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

#ratingObject

Returns the value of attribute rating.



4
5
6
# File 'lib/uber/models/partner/partner.rb', line 4

def rating
  @rating
end