Module: NYCGeoClient::Client::BIN
- Included in:
- NYCGeoClient::Client
- Defined in:
- lib/nyc_geo_client/client/bin.rb
Overview
Defines methods related to branches
Instance Method Summary collapse
-
#bin(bin) ⇒ Hashie::Mash
Returns property level information about a building.
Instance Method Details
#bin(bin) ⇒ Hashie::Mash
Returns property level information about a building.
13 14 15 16 17 18 |
# File 'lib/nyc_geo_client/client/bin.rb', line 13 def bin(bin) = { bin: bin } get(bin_path, ) end |