Class: HighLevel::Models::Products::BulkUpdateDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



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

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



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

def alt_type
  @alt_type
end

#availabilityObject (readonly)

Returns the value of attribute availability

Returns:

  • (Object)

    the current value of availability



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

def availability
  @availability
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_update_dto.rb', line 9

def collection_ids
  @collection_ids
end

#compare_at_priceObject (readonly)

Returns the value of attribute compare_at_price

Returns:

  • (Object)

    the current value of compare_at_price



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

def compare_at_price
  @compare_at_price
end

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



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

def currency
  @currency
end

#filtersObject (readonly)

Returns the value of attribute filters

Returns:

  • (Object)

    the current value of filters



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

def filters
  @filters
end

#priceObject (readonly)

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



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

def price
  @price
end

#product_idsObject (readonly)

Returns the value of attribute product_ids

Returns:

  • (Object)

    the current value of product_ids



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

def product_ids
  @product_ids
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/bulk_update_dto.rb', line 9

def type
  @type
end