Class: Redpear::Model::Machinist::Blueprint

Inherits:
Machinist::Blueprint
  • Object
show all
Defined in:
lib/redpear/model/machinist.rb

Instance Method Summary collapse

Instance Method Details

#lathe_classObject

:nodoc:



31
32
33
# File 'lib/redpear/model/machinist.rb', line 31

def lathe_class #:nodoc:
  Lathe
end

#make!(attributes = {}) ⇒ Object



27
28
29
# File 'lib/redpear/model/machinist.rb', line 27

def make!(attributes = {})
  make(attributes)
end