Class: HighLevel::Models::Locations::CustomFieldSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CustomFieldSchema
- Defined in:
- lib/high_level/models/locations/custom_field_schema.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#field_key ⇒ Object
readonly
Returns the value of attribute field_key.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_allowed_custom_option ⇒ Object
readonly
Returns the value of attribute is_allowed_custom_option.
-
#is_multi_file_allowed ⇒ Object
readonly
Returns the value of attribute is_multi_file_allowed.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#max_file_limit ⇒ Object
readonly
Returns the value of attribute max_file_limit.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#picklist_image_options ⇒ Object
readonly
Returns the value of attribute picklist_image_options.
-
#picklist_options ⇒ Object
readonly
Returns the value of attribute picklist_options.
-
#placeholder ⇒ Object
readonly
Returns the value of attribute placeholder.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
Instance Attribute Details
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.rb', line 9 def data_type @data_type end |
#field_key ⇒ Object (readonly)
Returns the value of attribute field_key
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.rb', line 9 def field_key @field_key end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.rb', line 9 def id @id end |
#is_allowed_custom_option ⇒ Object (readonly)
Returns the value of attribute 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_allowed ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_limit ⇒ Object (readonly)
Returns the value of attribute 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 |
#model ⇒ Object (readonly)
Returns the value of attribute model
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.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/custom_field_schema.rb', line 9 def name @name end |
#picklist_image_options ⇒ Object (readonly)
Returns the value of attribute picklist_image_options
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.rb', line 9 def @picklist_image_options end |
#picklist_options ⇒ Object (readonly)
Returns the value of attribute picklist_options
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.rb', line 9 def @picklist_options end |
#placeholder ⇒ Object (readonly)
Returns the value of attribute placeholder
9 10 11 |
# File 'lib/high_level/models/locations/custom_field_schema.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/custom_field_schema.rb', line 9 def position @position end |