Class: HighLevel::Models::Locations::CreateCustomFieldsDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/create_custom_fields_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_formatObject (readonly)

Returns the value of attribute accepted_format

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of 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_fileObject (readonly)

Returns the value of attribute is_multiple_file

Returns:

  • (Object)

    the current value of 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_filesObject (readonly)

Returns the value of attribute max_number_of_files

Returns:

  • (Object)

    the current value of 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

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



9
10
11
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9

def model
  @model
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9

def name
  @name
end

#placeholderObject (readonly)

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



9
10
11
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9

def placeholder
  @placeholder
end

#positionObject (readonly)

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



9
10
11
# File 'lib/high_level/models/locations/create_custom_fields_dto.rb', line 9

def position
  @position
end

#text_box_list_optionsObject (readonly)

Returns the value of attribute text_box_list_options

Returns:

  • (Object)

    the current value of 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
  @text_box_list_options
end