class PecCalcClient::CalcResult
Result of delivery calculation
Attributes
result[R]
Public Class Methods
new(params)
click to toggle source
# File lib/pec_calc_client/calc_result.rb, line 6 def initialize(params) @result = params end