Class: Heirloom::CLI::Formatter::Show

Inherits:
Object
  • Object
show all
Defined in:
lib/heirloom/cli/formatter/show.rb

Instance Method Summary collapse

Instance Method Details

#format(args) ⇒ Object



6
7
8
9
10
# File 'lib/heirloom/cli/formatter/show.rb', line 6

def format(args)
  @all        = args[:all]
  @attributes = args[:attributes]
  format_attributes
end