Class: HighLevel::Models::Proposals::RecipientItem
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::RecipientItem
- Defined in:
- lib/high_level/models/proposals/recipient_item.rb
Instance Attribute Summary collapse
-
#contact_name ⇒ Object
readonly
Returns the value of attribute contact_name.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#entity_name ⇒ Object
readonly
Returns the value of attribute entity_name.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#has_completed ⇒ Object
readonly
Returns the value of attribute has_completed.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#img_url ⇒ Object
readonly
Returns the value of attribute img_url.
-
#initials_img_url ⇒ Object
readonly
Returns the value of attribute initials_img_url.
-
#ip ⇒ Object
readonly
Returns the value of attribute ip.
-
#is_primary ⇒ Object
readonly
Returns the value of attribute is_primary.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#last_viewed_at ⇒ Object
readonly
Returns the value of attribute last_viewed_at.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#share_link ⇒ Object
readonly
Returns the value of attribute share_link.
-
#signed_date ⇒ Object
readonly
Returns the value of attribute signed_date.
-
#signing_order ⇒ Object
readonly
Returns the value of attribute signing_order.
-
#user_agent ⇒ Object
readonly
Returns the value of attribute user_agent.
Instance Attribute Details
#contact_name ⇒ Object (readonly)
Returns the value of attribute contact_name
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def contact_name @contact_name end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def country @country end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def email @email end |
#entity_name ⇒ Object (readonly)
Returns the value of attribute entity_name
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def entity_name @entity_name end |
#first_name ⇒ Object (readonly)
Returns the value of attribute first_name
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def first_name @first_name end |
#has_completed ⇒ Object (readonly)
Returns the value of attribute has_completed
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def has_completed @has_completed end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def id @id end |
#img_url ⇒ Object (readonly)
Returns the value of attribute img_url
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def img_url @img_url end |
#initials_img_url ⇒ Object (readonly)
Returns the value of attribute initials_img_url
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def initials_img_url @initials_img_url end |
#ip ⇒ Object (readonly)
Returns the value of attribute ip
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def ip @ip end |
#is_primary ⇒ Object (readonly)
Returns the value of attribute is_primary
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def is_primary @is_primary end |
#last_name ⇒ Object (readonly)
Returns the value of attribute last_name
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def last_name @last_name end |
#last_viewed_at ⇒ Object (readonly)
Returns the value of attribute last_viewed_at
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def last_viewed_at @last_viewed_at end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def phone @phone end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def phone_number @phone_number end |
#role ⇒ Object (readonly)
Returns the value of attribute role
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def role @role end |
#share_link ⇒ Object (readonly)
Returns the value of attribute share_link
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def share_link @share_link end |
#signed_date ⇒ Object (readonly)
Returns the value of attribute signed_date
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def signed_date @signed_date end |
#signing_order ⇒ Object (readonly)
Returns the value of attribute signing_order
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def signing_order @signing_order end |
#user_agent ⇒ Object (readonly)
Returns the value of attribute user_agent
9 10 11 |
# File 'lib/high_level/models/proposals/recipient_item.rb', line 9 def user_agent @user_agent end |