Class: HighLevel::Models::Objects::ICustomObjectSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::ICustomObjectSchema
- Defined in:
- lib/high_level/models/objects/i_custom_object_schema.rb
Instance Attribute Summary collapse
-
#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.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#labels ⇒ Object
readonly
Returns the value of attribute labels.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#primary_display_property ⇒ Object
readonly
Returns the value of attribute primary_display_property.
-
#standard ⇒ Object
readonly
Returns the value of attribute standard.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.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_object_schema.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_object_schema.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def key @key end |
#labels ⇒ Object (readonly)
Returns the value of attribute labels
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def labels @labels end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def location_id @location_id end |
#primary_display_property ⇒ Object (readonly)
Returns the value of attribute primary_display_property
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def primary_display_property @primary_display_property end |
#standard ⇒ Object (readonly)
Returns the value of attribute standard
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def standard @standard end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/objects/i_custom_object_schema.rb', line 9 def type @type end |