Module: Evropochta::Postal::OfficesIn

Defined in:
lib/evropochta/postal/offices_in.rb

Class Method Summary collapse

Class Method Details

.call(type_sender: 2) ⇒ Object



6
7
8
# File 'lib/evropochta/postal/offices_in.rb', line 6

def call(type_sender: 2)
  Services::Shared.request("Postal.OfficesIn", { TypeSender: type_sender })
end