Class: HighLevel::Models::Products::ProductMediaDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/product_media_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/products/product_media_dto.rb', line 9

def id
  @id
end

Returns the value of attribute is_featured

Returns:

  • (Object)

    the current value of is_featured



9
10
11
# File 'lib/high_level/models/products/product_media_dto.rb', line 9

def is_featured
  @is_featured
end

#price_idsObject (readonly)

Returns the value of attribute price_ids

Returns:

  • (Object)

    the current value of price_ids



9
10
11
# File 'lib/high_level/models/products/product_media_dto.rb', line 9

def price_ids
  @price_ids
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/products/product_media_dto.rb', line 9

def title
  @title
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/products/product_media_dto.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/products/product_media_dto.rb', line 9

def url
  @url
end