Class: Polygonio::Rest::PolygonRestHandler
- Inherits:
-
Object
- Object
- Polygonio::Rest::PolygonRestHandler
- Defined in:
- lib/polygonio/rest/client.rb
Direct Known Subclasses
Crypto, Forex, Reference::Locales, Reference::Markets, Reference::Stocks, Reference::Tickers, Stocks
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ PolygonRestHandler
constructor
A new instance of PolygonRestHandler.
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
#client ⇒ Object (readonly)
Returns the value of attribute client.
60 61 62 |
# File 'lib/polygonio/rest/client.rb', line 60 def client @client end |