Class: HighLevel::Models::Proposals::FillableFieldsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::FillableFieldsDTO
- Defined in:
- lib/high_level/models/proposals/fillable_fields_dto.rb
Instance Attribute Summary collapse
-
#entity_type ⇒ Object
readonly
Returns the value of attribute entity_type.
-
#field_id ⇒ Object
readonly
Returns the value of attribute field_id.
-
#has_completed ⇒ Object
readonly
Returns the value of attribute has_completed.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_required ⇒ Object
readonly
Returns the value of attribute is_required.
-
#recipient ⇒ Object
readonly
Returns the value of attribute recipient.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#entity_type ⇒ Object (readonly)
Returns the value of attribute entity_type
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def entity_type @entity_type end |
#field_id ⇒ Object (readonly)
Returns the value of attribute field_id
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def field_id @field_id end |
#has_completed ⇒ Object (readonly)
Returns the value of attribute has_completed
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def has_completed @has_completed end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def id @id end |
#is_required ⇒ Object (readonly)
Returns the value of attribute is_required
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def is_required @is_required end |
#recipient ⇒ Object (readonly)
Returns the value of attribute recipient
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def recipient @recipient end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/high_level/models/proposals/fillable_fields_dto.rb', line 9 def value @value end |