Class: Crowbar::Client::Formatter::Nested
- Defined in:
- lib/crowbar/client/formatter/nested.rb
Overview
Formatter to properly print out keys and values in different formats
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Crowbar::Client::Formatter::Base
Instance Method Details
#empty? ⇒ Boolean
27 28 29 |
# File 'lib/crowbar/client/formatter/nested.rb', line 27 def empty? [:values].blank? end |