Class: HighLevel::Models::CustomFields::CreateCustomFieldsDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_formatsObject (readonly)

Returns the value of attribute accepted_formats

Returns:

  • (Object)

    the current value of accepted_formats



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

def accepted_formats
  @accepted_formats
end

#allow_custom_optionObject (readonly)

Returns the value of attribute allow_custom_option

Returns:

  • (Object)

    the current value of allow_custom_option



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

def allow_custom_option
  @allow_custom_option
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/custom_fields/create_custom_fields_dto.rb', line 9

def data_type
  @data_type
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#field_keyObject (readonly)

Returns the value of attribute field_key

Returns:

  • (Object)

    the current value of field_key



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

def field_key
  @field_key
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/custom_fields/create_custom_fields_dto.rb', line 9

def location_id
  @location_id
end

#max_file_limitObject (readonly)

Returns the value of attribute max_file_limit

Returns:

  • (Object)

    the current value of max_file_limit



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

def max_file_limit
  @max_file_limit
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#object_keyObject (readonly)

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



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

def object_key
  @object_key
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#parent_idObject (readonly)

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



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

def parent_id
  @parent_id
end

#placeholderObject (readonly)

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



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

def placeholder
  @placeholder
end

#show_in_formsObject (readonly)

Returns the value of attribute show_in_forms

Returns:

  • (Object)

    the current value of show_in_forms



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

def show_in_forms
  @show_in_forms
end