Class: PecCalcClient::Delivery
- Inherits:
-
Object
- Object
- PecCalcClient::Delivery
- Extended by:
- RequestClass
- Includes:
- RequestObject
- Defined in:
- lib/pec_calc_client/delivery.rb
Overview
Delivery
Constant Summary collapse
- PARAMS =
%w( town tent gidro manip speed moscow )
Instance Method Summary collapse
-
#initialize(params) ⇒ Delivery
constructor
A new instance of Delivery.
Methods included from RequestClass
Methods included from RequestObject
Constructor Details
#initialize(params) ⇒ Delivery
Returns a new instance of Delivery.
11 12 13 |
# File 'lib/pec_calc_client/delivery.rb', line 11 def initialize(params) init_params params end |