Class: Swa::Athena::WorkGroup

Inherits:
Record
  • Object
show all
Defined in:
lib/swa/athena/work_group.rb

Instance Method Summary collapse

Methods inherited from Record

#data, delegate, #initialize, list

Constructor Details

This class inherits a constructor from Swa::Record

Instance Method Details

#summaryObject



8
9
10
11
12
13
14
# File 'lib/swa/athena/work_group.rb', line 8

def summary
  [
    pad(name, 48),
    pad(state, 12),
    description
  ].join("  ")
end