# File lib/ironfan/dsl/facet.rb, line 9 def initialize(attrs={},&block) self.cluster_name = attrs[:owner].name unless attrs[:owner].nil? self.name = attrs[:name] unless attrs[:name].nil? self.facet_role Ironfan::Dsl::Role.new(:name => full_name.sub('-','_')) super for i in 0 .. instances-1; server(i); end end
Generated with the Darkfish Rdoc Generator 2.