Class: HighLevel::Models::Products::DefaultProductResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/default_product_response_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/default_product_response_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/default_product_response_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/default_product_response_dto.rb', line 9

def collection_ids
  @collection_ids
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
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/default_product_response_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/default_product_response_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/default_product_response_dto.rb', line 9

def image
  @image
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/default_product_response_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/default_product_response_dto.rb', line 9

def label
  @label
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

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

def name
  @name
end

#product_typeObject (readonly)

Returns the value of attribute product_type

Returns:

  • (Object)

    the current value of product_type



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

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

def slug
  @slug
end

#statement_descriptorObject (readonly)

Returns the value of attribute statement_descriptor

Returns:

  • (Object)

    the current value of statement_descriptor



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

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

def taxes
  @taxes
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
end

#variantsObject (readonly)

Returns the value of attribute variants

Returns:

  • (Object)

    the current value of variants



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

def variants
  @variants
end