Class: HighLevel::Models::SocialMediaPosting::PostMediaSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::PostMediaSchema
- Defined in:
- lib/high_level/models/social_media_posting/post_media_schema.rb
Instance Attribute Summary collapse
-
#caption ⇒ Object
readonly
Returns the value of attribute caption.
-
#default_thumb ⇒ Object
readonly
Returns the value of attribute default_thumb.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#thumbnail ⇒ Object
readonly
Returns the value of attribute thumbnail.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#caption ⇒ Object (readonly)
Returns the value of attribute caption
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def caption @caption end |
#default_thumb ⇒ Object (readonly)
Returns the value of attribute default_thumb
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def default_thumb @default_thumb end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def id @id end |
#thumbnail ⇒ Object (readonly)
Returns the value of attribute thumbnail
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def thumbnail @thumbnail end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def type @type end |
#url ⇒ Object (readonly)
Returns the value of attribute url
9 10 11 |
# File 'lib/high_level/models/social_media_posting/post_media_schema.rb', line 9 def url @url end |