class Amigrind::Blueprints::Provisioner
Public Instance Methods
racker_name()
click to toggle source
# File lib/amigrind/blueprints/provisioner.rb, line 9 def racker_name "#{name}-#{weight}-#{self.class.name.demodulize}" end
to_racker_hash()
click to toggle source
# File lib/amigrind/blueprints/provisioner.rb, line 13 def to_racker_hash raise "#{self.class.name}#to_racker_hash must be implemented." end