Sha256: 1916a5561142a2a9948e7a750502f89d36fa343edcf19b15e7f1df37ecbb1289

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

class TestLab

  # Labfile Error Class
  class LabfileError < TestLabError; end

  # Labfile Class
  #
  # @author Zachary Patten <zachary AT jovelabs DOT com>
  class Labfile < ZTK::DSL::Base
    has_many   :nodes,  :class_name => 'TestLab::Node'

    attribute  :config, :default => Hash.new
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
testlab-0.4.6 lib/testlab/labfile.rb
testlab-0.4.5 lib/testlab/labfile.rb
testlab-0.4.4 lib/testlab/labfile.rb
testlab-0.4.3 lib/testlab/labfile.rb
testlab-0.4.2 lib/testlab/labfile.rb
testlab-0.4.1 lib/testlab/labfile.rb
testlab-0.4.0 lib/testlab/labfile.rb