class WavefrontDisplay::Event
Format human-readable output for events.
Public Instance Methods
do_describe()
click to toggle source
# File lib/wavefront-cli/display/event.rb, line 11 def do_describe readable_time(:startTime, :endTime, :updatedAt, :createdAt, :createdEpochMillis, :updatedEpochMillis) long_output end
do_list_brief()
click to toggle source
# File lib/wavefront-cli/display/event.rb, line 17 def do_list_brief multicolumn(:id, :runningState) end