Class: Quandora::EndPoints

Inherits:
Request
  • Object
show all
Defined in:
lib/quandora/end_points.rb

Instance Attribute Summary

Attributes inherited from Request

#api, #params

Instance Method Summary collapse

Methods inherited from Request

#initialize, #show

Constructor Details

This class inherits a constructor from Quandora::Request

Instance Method Details

#index(args = {}) ⇒ Object



2
3
4
5
6
7
# File 'lib/quandora/end_points.rb', line 2

def index(args = {})
  args = args.stringify_keys

  @api = ""
  super
end