lib/testlab/node.rb in testlab-0.3.0 vs lib/testlab/node.rb in testlab-0.3.1

- old
+ new

@@ -3,10 +3,10 @@ # Node Error Class class NodeError < TestLabError; end # Node Class # - # @author Zachary Patten <zachary@jovelabs.net> + # @author Zachary Patten <zachary AT jovelabs DOT com> class Node < ZTK::DSL::Base STATUS_KEYS = %w(id instance_id state user ip port provider con net).map(&:to_sym) # Sub-Modules autoload :Actions, 'testlab/node/actions'