Module: CyprusPostalCodes::Client::PostOfficeBoxes

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

Instance Method Summary collapse

Instance Method Details

#post_office_boxes(number:, page_token: nil) ⇒ Object



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

def post_office_boxes(number:, page_token: nil)
  get("post-office-boxes", number: number, page_token: page_token)
end