Module: CyprusPostalCodes::Client::GovernmentServices

Included in:
CyprusPostalCodes::Client
Defined in:
lib/cyprus_postal_codes/client/government_services.rb

Instance Method Summary collapse

Instance Method Details

#government_services(param:, district: nil, page_token: nil) ⇒ Object



6
7
8
# File 'lib/cyprus_postal_codes/client/government_services.rb', line 6

def government_services(param:, district: nil, page_token: nil)
  get("government-services", param: param, district: district, page_token: page_token)
end