class GetterCyndi5::Product
Attributes
attributes[RW]
Public Class Methods
new(attributes = {})
click to toggle source
# File lib/getter_cyndi5/product.rb, line 3 def initialize(attributes = {}) @attributes = attributes end