Class: HighLevel::Models::Locations::ProspectInfoDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::ProspectInfoDto
- Defined in:
- lib/high_level/models/locations/prospect_info_dto.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/locations/prospect_info_dto.rb', line 9 def email @email end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name
9 10 11 |
# File 'lib/high_level/models/locations/prospect_info_dto.rb', line 9 def first_name @first_name end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name
9 10 11 |
# File 'lib/high_level/models/locations/prospect_info_dto.rb', line 9 def last_name @last_name end |