Class: HighLevel::Models::Proposals::DocumentListResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#documentsObject (readonly)

Returns the value of attribute documents

Returns:

  • (Object)

    the current value of documents



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

def documents
  @documents
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



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

def total
  @total
end

#white_label_base_urlObject (readonly)

Returns the value of attribute white_label_base_url

Returns:

  • (Object)

    the current value of white_label_base_url



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

def white_label_base_url
  @white_label_base_url
end

#white_label_base_url_for_invoiceObject (readonly)

Returns the value of attribute white_label_base_url_for_invoice

Returns:

  • (Object)

    the current value of white_label_base_url_for_invoice



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

def white_label_base_url_for_invoice
  @white_label_base_url_for_invoice
end