Method: Avmtrf1::Result#initialize

Defined in:
lib/avmtrf1/result.rb

#initialize(type, output) ⇒ Result

Returns a new instance of Result.



26
27
28
29
30
# File 'lib/avmtrf1/result.rb', line 26

def initialize(type, output)
  validate_type(type)
  @type = type
  @output = output
end