Class: HighLevel::Models::Proposals::SendDocumentDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#cc_recipientsObject (readonly)

Returns the value of attribute cc_recipients

Returns:

  • (Object)

    the current value of cc_recipients



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

def cc_recipients
  @cc_recipients
end

#document_idObject (readonly)

Returns the value of attribute document_id

Returns:

  • (Object)

    the current value of document_id



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

def document_id
  @document_id
end

#document_nameObject (readonly)

Returns the value of attribute document_name

Returns:

  • (Object)

    the current value of document_name



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

def document_name
  @document_name
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

def location_id
  @location_id
end

#mediumObject (readonly)

Returns the value of attribute medium

Returns:

  • (Object)

    the current value of medium



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

def medium
  @medium
end

#notification_settingsObject (readonly)

Returns the value of attribute notification_settings

Returns:

  • (Object)

    the current value of notification_settings



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

def notification_settings
  @notification_settings
end

#sent_byObject (readonly)

Returns the value of attribute sent_by

Returns:

  • (Object)

    the current value of sent_by



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

def sent_by
  @sent_by
end