class Eclair::GCEGroupItem
Public Instance Methods
header()
click to toggle source
# File lib/eclair/providers/gce/gce_group_item.rb, line 6 def header all = @items.count <<-EOS Group #{label} #{all} instances Total EOS end