Class: JsonCli::Command::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/json_cli/command/base.rb

Overview

Base command class

Direct Known Subclasses

Join, Unwind

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/json_cli/command/base.rb', line 7

def initialize(options)
  @output = options[:out]
end