class StructCore::Processor::ProcessorOutput

Attributes

dsl[RW]
options[RW]
path[RW]

Public Class Methods

new(dsl, path, options = {}) click to toggle source
# File lib/spec/processor/processor_output.rb, line 4
def initialize(dsl, path, options = {})
        @dsl = dsl
        @path = path
        @options = options || {}
end