Class: HighLevel::Models::Proposals::CCRecipientItem

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/proposals/cc_recipient_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contact_nameObject (readonly)

Returns the value of attribute contact_name

Returns:

  • (Object)

    the current value of contact_name



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def contact_name
  @contact_name
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def email
  @email
end

#first_nameObject (readonly)

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def first_name
  @first_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def id
  @id
end

#image_urlObject (readonly)

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of image_url



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def image_url
  @image_url
end

#last_nameObject (readonly)

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



9
10
11
# File 'lib/high_level/models/proposals/cc_recipient_item.rb', line 9

def last_name
  @last_name
end