Class: BlockResult
- Inherits:
-
Object
- Object
- BlockResult
- Defined in:
- lib/toy/models/transformer.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#x_out ⇒ Object
Returns the value of attribute x_out.
Instance Method Summary collapse
-
#initialize(x_out, cache) ⇒ BlockResult
constructor
A new instance of BlockResult.
Constructor Details
#initialize(x_out, cache) ⇒ BlockResult
Returns a new instance of BlockResult.
498 |
# File 'lib/toy/models/transformer.rb', line 498 def initialize(x_out, cache); @x_out = x_out; @cache = cache; end |
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
497 498 499 |
# File 'lib/toy/models/transformer.rb', line 497 def cache @cache end |
#x_out ⇒ Object
Returns the value of attribute x_out.
497 498 499 |
# File 'lib/toy/models/transformer.rb', line 497 def x_out @x_out end |