Class: HighLevel::Models::Locations::CustomFieldSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#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/custom_field_schema.rb', line 9

def data_type
  @data_type
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/locations/custom_field_schema.rb', line 9

def field_key
  @field_key
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#is_allowed_custom_optionObject (readonly)

Returns the value of attribute is_allowed_custom_option

Returns:

  • (Object)

    the current value of is_allowed_custom_option



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

def is_allowed_custom_option
  @is_allowed_custom_option
end

#is_multi_file_allowedObject (readonly)

Returns the value of attribute is_multi_file_allowed

Returns:

  • (Object)

    the current value of is_multi_file_allowed



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

def is_multi_file_allowed
  @is_multi_file_allowed
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/locations/custom_field_schema.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/locations/custom_field_schema.rb', line 9

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

def name
  @name
end

#picklist_image_optionsObject (readonly)

Returns the value of attribute picklist_image_options

Returns:

  • (Object)

    the current value of picklist_image_options



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

def picklist_image_options
  @picklist_image_options
end

#picklist_optionsObject (readonly)

Returns the value of attribute picklist_options

Returns:

  • (Object)

    the current value of picklist_options



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

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

def position
  @position
end