Module: CyprusPostalCodes::Client::OccupiedAreas
- Included in:
- CyprusPostalCodes::Client
- Defined in:
- lib/cyprus_postal_codes/client/occupied_areas.rb
Instance Method Summary collapse
Instance Method Details
#occupied_areas(district: nil, param: nil, page_token: nil) ⇒ Object
6 7 8 |
# File 'lib/cyprus_postal_codes/client/occupied_areas.rb', line 6 def occupied_areas(district: nil, param: nil, page_token: nil) get("occupied-areas", district: district, param: param, page_token: page_token) end |