Method: Flydata::Command::Base#initialize

Defined in:
lib/flydata/command/base.rb

#initialize(options = Slop.new) ⇒ Base

Returns a new instance of Base.



9
10
11
12
# File 'lib/flydata/command/base.rb', line 9

def initialize(options = Slop.new)
  @api_client = ApiClient.instance
  @opts = options
end