Class: Foomatic::Printer
- Inherits:
-
Object
- Object
- Foomatic::Printer
- Defined in:
- lib/foomatic.rb
Constant Summary collapse
- MECHANISM_TYPES =
[:laser, :led, :inkjet, :dotmatrix, :impact, :sublimation, :transfer, :thermal, :color]
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#make ⇒ Object
Returns the value of attribute make.
-
#model ⇒ Object
Returns the value of attribute model.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
34 35 36 |
# File 'lib/foomatic.rb', line 34 def id @id end |
#make ⇒ Object
Returns the value of attribute make.
34 35 36 |
# File 'lib/foomatic.rb', line 34 def make @make end |
#model ⇒ Object
Returns the value of attribute model.
34 35 36 |
# File 'lib/foomatic.rb', line 34 def model @model end |
#url ⇒ Object
Returns the value of attribute url.
34 35 36 |
# File 'lib/foomatic.rb', line 34 def url @url end |