Class: Seriline::AvailableConfigProductNode

Inherits:
ResponseData show all
Defined in:
lib/seriline/responses/available_config_products_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ResponseData

#initialize, #success?

Constructor Details

This class inherits a constructor from Seriline::ResponseData

Instance Attribute Details

#is_batch_productObject (readonly)

Returns the value of attribute is_batch_product.



20
21
22
# File 'lib/seriline/responses/available_config_products_response.rb', line 20

def is_batch_product
  @is_batch_product
end

#nameObject (readonly)

Returns the value of attribute name.



20
21
22
# File 'lib/seriline/responses/available_config_products_response.rb', line 20

def name
  @name
end

#product_idObject (readonly)

Returns the value of attribute product_id.



20
21
22
# File 'lib/seriline/responses/available_config_products_response.rb', line 20

def product_id
  @product_id
end

#short_descriptionObject (readonly)

Returns the value of attribute short_description.



20
21
22
# File 'lib/seriline/responses/available_config_products_response.rb', line 20

def short_description
  @short_description
end