Class: Mulder::Formats::Human
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mulder::Formats::Base
Instance Method Details
#output ⇒ Object
7 8 9 |
# File 'lib/mulder/formats/human.rb', line 7 def output ap instances.collect(&:as_hash), { index: false, sort: true } end |