Class: HighLevel::Models::Objects::IRecordSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Objects::IRecordSchema
- Defined in:
- lib/high_level/models/objects/i_record_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.
-
#followers ⇒ Object
readonly
Returns the value of attribute followers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
Instance Attribute Details
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/objects/i_record_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_record_schema.rb', line 9 def date_updated @date_updated end |
#followers ⇒ Object (readonly)
Returns the value of attribute followers
9 10 11 |
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9 def followers @followers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9 def id @id end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner
9 10 11 |
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9 def owner @owner end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
9 10 11 |
# File 'lib/high_level/models/objects/i_record_schema.rb', line 9 def properties @properties end |