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