Class: Polygonio::Rest::PolygonRestHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/polygonio/rest/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ PolygonRestHandler

Returns a new instance of PolygonRestHandler.



62
63
64
# File 'lib/polygonio/rest/client.rb', line 62

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



60
61
62
# File 'lib/polygonio/rest/client.rb', line 60

def client
  @client
end