class Shopli::Product
Attributes
id[RW]
name[RW]
Public Class Methods
new(id)
click to toggle source
# File lib/shopli/product.rb, line 5 def initialize(id) @id = id end