Module: Evropochta::Postal::DeliveryTypeDir
- Defined in:
- lib/evropochta/postal/delivery_type_dir.rb
Class Method Summary collapse
Class Method Details
.call(type: 2) ⇒ Object
6 7 8 |
# File 'lib/evropochta/postal/delivery_type_dir.rb', line 6 def call(type: 2) Services::Shared.request("Postal.DeliveryTypeDir", { IsEnable: type }) end |