Module: Evropochta::Postal::WeightTypeDir

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

Class Method Summary collapse

Class Method Details

.call(type: 2) ⇒ Object



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

def call(type: 2)
  Services::Shared.request("Postal.WeightTypeDir", { IsEnable: type })
end