Class: HighLevel::Models::Proposals::DocumentDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



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

def deleted
  @deleted
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/document_dto.rb', line 9

def document_id
  @document_id
end

#document_revisionObject (readonly)

Returns the value of attribute document_revision

Returns:

  • (Object)

    the current value of document_revision



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

def document_revision
  @document_revision
end

#fillable_fieldsObject (readonly)

Returns the value of attribute fillable_fields

Returns:

  • (Object)

    the current value of fillable_fields



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

def fillable_fields
  @fillable_fields
end

#grand_totalObject (readonly)

Returns the value of attribute grand_total

Returns:

  • (Object)

    the current value of grand_total



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

def grand_total
  @grand_total
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/document_dto.rb', line 9

def id
  @id
end

#is_expiredObject (readonly)

Returns the value of attribute is_expired

Returns:

  • (Object)

    the current value of is_expired



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

def is_expired
  @is_expired
end

Returns the value of attribute links

Returns:

  • (Object)

    the current value of links



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

def links
  @links
end

#localeObject (readonly)

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



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

def locale
  @locale
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/document_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#payment_statusObject (readonly)

Returns the value of attribute payment_status

Returns:

  • (Object)

    the current value of payment_status



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

def payment_status
  @payment_status
end

#recipientsObject (readonly)

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



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

def recipients
  @recipients
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end