Class: HighLevel::Models::Proposals::SendDocumentFromPublicApiBodyDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



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

def contact_id
  @contact_id
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_from_public_api_body_dto.rb', line 9

def location_id
  @location_id
end

#opportunity_idObject (readonly)

Returns the value of attribute opportunity_id

Returns:

  • (Object)

    the current value of opportunity_id



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

def opportunity_id
  @opportunity_id
end

#send_documentObject (readonly)

Returns the value of attribute send_document

Returns:

  • (Object)

    the current value of send_document



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

def send_document
  @send_document
end

#template_idObject (readonly)

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of template_id



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

def template_id
  @template_id
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end