Class: HighLevel::Models::SocialMediaPosting::PostMediaSchema

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

Instance Attribute Summary collapse

Instance Attribute Details

#captionObject (readonly)

Returns the value of attribute caption

Returns:

  • (Object)

    the current value of caption



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

def caption
  @caption
end

#default_thumbObject (readonly)

Returns the value of attribute default_thumb

Returns:

  • (Object)

    the current value of 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

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#thumbnailObject (readonly)

Returns the value of attribute thumbnail

Returns:

  • (Object)

    the current value of thumbnail



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

def thumbnail
  @thumbnail
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/post_media_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/post_media_schema.rb', line 9

def url
  @url
end