Class: HighLevel::Models::SocialMediaPosting::OgImageSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/og_image_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



9
10
11
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9

def height
  @height
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9

def type
  @type
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9

def url
  @url
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



9
10
11
# File 'lib/high_level/models/social_media_posting/og_image_schema.rb', line 9

def width
  @width
end