Class: HighLevel::Models::Proposals::CCRecipientItem
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::CCRecipientItem
- Defined in:
- lib/high_level/models/proposals/cc_recipient_item.rb
Instance Attribute Summary collapse
-
#contact_name ⇒ Object
readonly
Returns the value of attribute contact_name.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
Instance Attribute Details
#contact_name ⇒ Object (readonly)
Returns the value of attribute contact_name
9 10 11 |
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9 def contact_name @contact_name end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/proposals/cc_recipient_item.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/proposals/cc_recipient_item.rb', line 9 def first_name @first_name end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9 def id @id end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9 def image_url @image_url end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name
9 10 11 |
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9 def last_name @last_name end |