Class: HighLevel::Models::SocialMediaPosting::CategorySchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::CategorySchema
- Defined in:
- lib/high_level/models/social_media_posting/category_schema.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#created_by ⇒ Object
readonly
Returns the value of attribute created_by.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#primary_color ⇒ Object
readonly
Returns the value of attribute primary_color.
-
#secondary_color ⇒ Object
readonly
Returns the value of attribute secondary_color.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def created_at @created_at end |
#created_by ⇒ Object (readonly)
Returns the value of attribute created_by
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def created_by @created_by end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def deleted @deleted end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.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/social_media_posting/category_schema.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def name @name end |
#primary_color ⇒ Object (readonly)
Returns the value of attribute primary_color
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def primary_color @primary_color end |
#secondary_color ⇒ Object (readonly)
Returns the value of attribute secondary_color
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def secondary_color @secondary_color end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/social_media_posting/category_schema.rb', line 9 def updated_at @updated_at end |