Class: Wrnap::Package::FftMfpt
- Defined in:
- lib/wrnap/package/fft_mfpt.rb
Instance Attribute Summary collapse
-
#mfpt ⇒ Object
readonly
Returns the value of attribute mfpt.
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect
Methods included from Global::Yaml
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Attribute Details
#mfpt ⇒ Object (readonly)
Returns the value of attribute mfpt.
19 20 21 |
# File 'lib/wrnap/package/fft_mfpt.rb', line 19 def mfpt @mfpt end |
Instance Method Details
#post_process ⇒ Object
27 28 29 |
# File 'lib/wrnap/package/fft_mfpt.rb', line 27 def post_process @mfpt = response.to_f end |