Class: FFResult

Inherits:
Object
  • Object
show all
Defined in:
lib/toy/models/transformer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#cacheObject

Returns the value of attribute cache.



492
493
494
# File 'lib/toy/models/transformer.rb', line 492

def cache
  @cache
end

#outObject

Returns the value of attribute out.



492
493
494
# File 'lib/toy/models/transformer.rb', line 492

def out
  @out
end