Class: WavefrontOutput::Ruby
- Defined in:
- lib/wavefront-cli/output/ruby.rb
Overview
Display as a raw Ruby object
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#command_class, #command_class_name, #command_file, #initialize, #my_format
Constructor Details
This class inherits a constructor from WavefrontOutput::Base
Instance Method Details
#_run ⇒ Object
12 13 14 |
# File 'lib/wavefront-cli/output/ruby.rb', line 12 def _run resp end |
#run ⇒ Object
8 9 10 |
# File 'lib/wavefront-cli/output/ruby.rb', line 8 def run p _run end |