class WavefrontOutput::Ruby

Display as a raw Ruby object

Public Instance Methods

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