Class: FFResult
- Inherits:
-
Object
- Object
- FFResult
- Defined in:
- lib/toy/models/transformer.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(o, c) ⇒ FFResult
constructor
A new instance of FFResult.
Constructor Details
#initialize(o, c) ⇒ FFResult
Returns a new instance of FFResult.
493 |
# File 'lib/toy/models/transformer.rb', line 493 def initialize(o, c); @out = o; @cache = c; end |
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
492 493 494 |
# File 'lib/toy/models/transformer.rb', line 492 def cache @cache end |
#out ⇒ Object
Returns the value of attribute out.
492 493 494 |
# File 'lib/toy/models/transformer.rb', line 492 def out @out end |