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