Class: HighLevel::Models::Products::BulkEditProductDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_tax_category_idObject (readonly)

Returns the value of attribute automatic_tax_category_id

Returns:

  • (Object)

    the current value of automatic_tax_category_id



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

def automatic_tax_category_id
  @automatic_tax_category_id
end

#available_in_storeObject (readonly)

Returns the value of attribute available_in_store

Returns:

  • (Object)

    the current value of available_in_store



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

def available_in_store
  @available_in_store
end

#collection_idsObject (readonly)

Returns the value of attribute collection_ids

Returns:

  • (Object)

    the current value of collection_ids



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

def collection_ids
  @collection_ids
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#imageObject (readonly)

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



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

def image
  @image
end

#is_label_enabledObject (readonly)

Returns the value of attribute is_label_enabled

Returns:

  • (Object)

    the current value of is_label_enabled



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

def is_label_enabled
  @is_label_enabled
end

#is_taxes_enabledObject (readonly)

Returns the value of attribute is_taxes_enabled

Returns:

  • (Object)

    the current value of is_taxes_enabled



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

def is_taxes_enabled
  @is_taxes_enabled
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#mediasObject (readonly)

Returns the value of attribute medias

Returns:

  • (Object)

    the current value of medias



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

def medias
  @medias
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



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

def prices
  @prices
end

#seoObject (readonly)

Returns the value of attribute seo

Returns:

  • (Object)

    the current value of seo



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

def seo
  @seo
end

#slugObject (readonly)

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



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

def slug
  @slug
end

#tax_inclusiveObject (readonly)

Returns the value of attribute tax_inclusive

Returns:

  • (Object)

    the current value of tax_inclusive



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

def tax_inclusive
  @tax_inclusive
end

#taxesObject (readonly)

Returns the value of attribute taxes

Returns:

  • (Object)

    the current value of taxes



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

def taxes
  @taxes
end