Class: HighLevel::Models::Proposals::FillableFieldsDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typeObject (readonly)

Returns the value of attribute entity_type

Returns:

  • (Object)

    the current value of entity_type



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

def entity_type
  @entity_type
end

#field_idObject (readonly)

Returns the value of attribute field_id

Returns:

  • (Object)

    the current value of field_id



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

def field_id
  @field_id
end

#has_completedObject (readonly)

Returns the value of attribute has_completed

Returns:

  • (Object)

    the current value of has_completed



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

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

def id
  @id
end

#is_requiredObject (readonly)

Returns the value of attribute is_required

Returns:

  • (Object)

    the current value of is_required



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

def is_required
  @is_required
end

#recipientObject (readonly)

Returns the value of attribute recipient

Returns:

  • (Object)

    the current value of recipient



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

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

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end