Class: HighLevel::Models::Products::UpdateProductStoreDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



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

def action
  @action
end

#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/update_product_store_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/update_product_store_dto.rb', line 9

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

def product_ids
  @product_ids
end