Class: HighLevel::Models::SocialMediaPosting::OgImageSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SocialMediaPosting::OgImageSchema
- Defined in:
- lib/high_level/models/social_media_posting/og_image_schema.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height
9 10 11 |
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9 def height @height end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/social_media_posting/og_image_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/og_image_schema.rb', line 9 def url @url end |
#width ⇒ Object (readonly)
Returns the value of attribute width
9 10 11 |
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9 def width @width end |