Class: HighLevel::Models::Objects::ICustomField
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::ICustomField
- Defined in:
- lib/high_level/models/objects/i_custom_field.rb
Instance Attribute Summary collapse
-
#accepted_formats ⇒ Object
readonly
Returns the value of attribute accepted_formats.
-
#allow_custom_option ⇒ Object
readonly
Returns the value of attribute allow_custom_option.
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#date_updated ⇒ Object
readonly
Returns the value of attribute date_updated.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#field_key ⇒ Object
readonly
Returns the value of attribute field_key.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#max_file_limit ⇒ Object
readonly
Returns the value of attribute max_file_limit.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#object_key ⇒ Object
readonly
Returns the value of attribute object_key.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#parent_id ⇒ Object
readonly
Returns the value of attribute parent_id.
-
#placeholder ⇒ Object
readonly
Returns the value of attribute placeholder.
-
#show_in_forms ⇒ Object
readonly
Returns the value of attribute show_in_forms.
Instance Attribute Details
#accepted_formats ⇒ Object (readonly)
Returns the value of attribute accepted_formats
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def accepted_formats @accepted_formats end |
#allow_custom_option ⇒ Object (readonly)
Returns the value of attribute allow_custom_option
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def allow_custom_option @allow_custom_option end |
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def data_type @data_type end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def date_added @date_added end |
#date_updated ⇒ Object (readonly)
Returns the value of attribute date_updated
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def date_updated @date_updated end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def description @description end |
#field_key ⇒ Object (readonly)
Returns the value of attribute field_key
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.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/objects/i_custom_field.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.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/objects/i_custom_field.rb', line 9 def max_file_limit @max_file_limit end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def name @name end |
#object_key ⇒ Object (readonly)
Returns the value of attribute object_key
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def object_key @object_key end |
#options ⇒ Object (readonly)
Returns the value of attribute options
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def @options end |
#parent_id ⇒ Object (readonly)
Returns the value of attribute parent_id
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def parent_id @parent_id end |
#placeholder ⇒ Object (readonly)
Returns the value of attribute placeholder
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def placeholder @placeholder end |
#show_in_forms ⇒ Object (readonly)
Returns the value of attribute show_in_forms
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_field.rb', line 9 def show_in_forms @show_in_forms end |