Sha256: e91fce5d20ac36c6cd15372668d542833442ad7cb0085060e442324dd978f1f0

Contents?: true

Size: 283 Bytes

Versions: 7

Compression:

Stored size: 283 Bytes

Contents

class TestLab

  # Labfile Error Class
  class LabfileError < TestLabError; end

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

    attribute   :config
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
testlab-0.3.0 lib/testlab/labfile.rb
testlab-0.2.1 lib/testlab/labfile.rb
testlab-0.2.0 lib/testlab/labfile.rb
testlab-0.1.0 lib/testlab/labfile.rb
testlab-0.0.4 lib/testlab/labfile.rb
testlab-0.0.3 lib/testlab/labfile.rb
testlab-0.0.2 lib/testlab/labfile.rb