class WavefrontOutput::Json

Display as JSON

Public Instance Methods

_run() click to toggle source
# File lib/wavefront-cli/output/json.rb, line 10
def _run
  resp.to_json
end
allow_items_only?() click to toggle source
# File lib/wavefront-cli/output/json.rb, line 14
def allow_items_only?
  true
end