Class: HighLevel::Models::Locations::CreateCustomFieldsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CreateCustomFieldsDTO
- Defined in:
- lib/high_level/models/locations/create_custom_fields_dto.rb
Instance Attribute Summary collapse
-
#accepted_format ⇒ Object
readonly
Returns the value of attribute accepted_format.
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#is_multiple_file ⇒ Object
readonly
Returns the value of attribute is_multiple_file.
-
#max_number_of_files ⇒ Object
readonly
Returns the value of attribute max_number_of_files.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#placeholder ⇒ Object
readonly
Returns the value of attribute placeholder.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#text_box_list_options ⇒ Object
readonly
Returns the value of attribute text_box_list_options.
Instance Attribute Details
#accepted_format ⇒ Object (readonly)
Returns the value of attribute accepted_format
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def accepted_format @accepted_format end |
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def data_type @data_type end |
#is_multiple_file ⇒ Object (readonly)
Returns the value of attribute is_multiple_file
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def is_multiple_file @is_multiple_file end |
#max_number_of_files ⇒ Object (readonly)
Returns the value of attribute max_number_of_files
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def max_number_of_files @max_number_of_files end |
#model ⇒ Object (readonly)
Returns the value of attribute model
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def model @model end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def name @name end |
#placeholder ⇒ Object (readonly)
Returns the value of attribute placeholder
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def placeholder @placeholder end |
#position ⇒ Object (readonly)
Returns the value of attribute position
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def position @position end |
#text_box_list_options ⇒ Object (readonly)
Returns the value of attribute text_box_list_options
9 10 11 |
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9 def @text_box_list_options end |