# File lib/ironfan/dsl/cluster.rb, line 19 def cluster_name() name; end
Utility method to reference all servers from constituent facets
# File lib/ironfan/dsl/cluster.rb, line 13 def servers result = Gorillib::ModelCollection.new(:item_type => Ironfan::Dsl::Server, :key_method => :full_name) facets.each {|f| f.servers.each {|s| result << s} } result end
Generated with the Darkfish Rdoc Generator 2.