Class: Polygonio::Rest::Reference::Locales
- Inherits:
-
PolygonRestHandler
- Object
- PolygonRestHandler
- Polygonio::Rest::Reference::Locales
- Defined in:
- lib/polygonio/rest/api/reference/locales.rb
Defined Under Namespace
Classes: LocalesResponse
Instance Attribute Summary
Attributes inherited from PolygonRestHandler
Instance Method Summary collapse
Methods inherited from PolygonRestHandler
Constructor Details
This class inherits a constructor from Polygonio::Rest::PolygonRestHandler
Instance Method Details
#list ⇒ Object
15 16 17 18 |
# File 'lib/polygonio/rest/api/reference/locales.rb', line 15 def list res = client.request.get("/v2/reference/locales") LocalesResponse[res.body] end |