Class: MassiveClient::Rest::PolygonRestHandler
- Inherits:
-
Object
- Object
- MassiveClient::Rest::PolygonRestHandler
- Defined in:
- lib/massiveclient/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.
61 62 63 |
# File 'lib/massiveclient/rest/client.rb', line 61 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
59 60 61 |
# File 'lib/massiveclient/rest/client.rb', line 59 def client @client end |