Class: Printavo::Imprint
- Inherits:
-
Models::Base
- Object
- Models::Base
- Printavo::Imprint
- Defined in:
- lib/printavo/models/imprint.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
#colors ⇒ Object
9 |
# File 'lib/printavo/models/imprint.rb', line 9 def colors = self['colors'] |
#id ⇒ Object
6 |
# File 'lib/printavo/models/imprint.rb', line 6 def id = self['id'] |
#name ⇒ Object
7 |
# File 'lib/printavo/models/imprint.rb', line 7 def name = self['name'] |
#position ⇒ Object
8 |
# File 'lib/printavo/models/imprint.rb', line 8 def position = self['position'] |