class Shirtsio::Product::Simple

Public Instance Methods

full_product() click to toggle source

Get the complete product object.

@return [Shirtsio::Product] a complete product object

# File lib/shirtsio/product.rb, line 15
def full_product
  Shirtsio::Product.find(product_id)
end