Class: HighLevel::Models::Objects::CustomObjectDisplayPropertyDetails
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::CustomObjectDisplayPropertyDetails
- Defined in:
- lib/high_level/models/objects/custom_object_display_property_details.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_display_property_details.rb', line 9 def data_type @data_type end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_display_property_details.rb', line 9 def key @key end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/objects/custom_object_display_property_details.rb', line 9 def name @name end |