Class: Printavo::Product
- Inherits:
-
Models::Base
- Object
- Models::Base
- Printavo::Product
- Defined in:
- lib/printavo/models/product.rb
Instance Method Summary collapse
Methods inherited from Models::Base
#==, #[], #dig, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from Printavo::Models::Base
Instance Method Details
#description ⇒ Object
9 |
# File 'lib/printavo/models/product.rb', line 9 def description = self['description'] |
#id ⇒ Object
6 |
# File 'lib/printavo/models/product.rb', line 6 def id = self['id'] |
#name ⇒ Object
7 |
# File 'lib/printavo/models/product.rb', line 7 def name = self['name'] |
#sku ⇒ Object
8 |
# File 'lib/printavo/models/product.rb', line 8 def sku = self['sku'] |