Class: Foomatic::Printer

Inherits:
Object
  • Object
show all
Defined in:
lib/foomatic.rb

Constant Summary collapse

MECHANISM_TYPES =
[:laser, :led, :inkjet, :dotmatrix, :impact, :sublimation, :transfer, :thermal, :color]

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



34
35
36
# File 'lib/foomatic.rb', line 34

def id
  @id
end

#makeObject

Returns the value of attribute make.



34
35
36
# File 'lib/foomatic.rb', line 34

def make
  @make
end

#modelObject

Returns the value of attribute model.



34
35
36
# File 'lib/foomatic.rb', line 34

def model
  @model
end

#urlObject

Returns the value of attribute url.



34
35
36
# File 'lib/foomatic.rb', line 34

def url
  @url
end