Method: Flydata::Command::Base#initialize

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

#initialize(options = Slop.new) ⇒ Base

Returns a new instance of Base.



19
20
21
22
# File 'lib/flydata/command/base.rb', line 19

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