Class: HighLevel::Models::AdManager::LinkedInMediaDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/linked_in_media_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destination_urlObject (readonly)

Returns the value of attribute destination_url

Returns:

  • (Object)

    the current value of destination_url



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def destination_url
  @destination_url
end

#file_size_bytesObject (readonly)

Returns the value of attribute file_size_bytes

Returns:

  • (Object)

    the current value of file_size_bytes



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def file_size_bytes
  @file_size_bytes
end

#framesObject (readonly)

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def frames
  @frames
end

#headlineObject (readonly)

Returns the value of attribute headline

Returns:

  • (Object)

    the current value of headline



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def headline
  @headline
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def name
  @name
end

#selected_posterObject (readonly)

Returns the value of attribute selected_poster

Returns:

  • (Object)

    the current value of selected_poster



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def selected_poster
  @selected_poster
end

#srcObject (readonly)

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def src
  @src
end

#thumbnail_urlObject (readonly)

Returns the value of attribute thumbnail_url

Returns:

  • (Object)

    the current value of thumbnail_url



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def thumbnail_url
  @thumbnail_url
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/linked_in_media_dto.rb', line 9

def type
  @type
end