lib/testlab/network.rb in testlab-0.3.0 vs lib/testlab/network.rb in testlab-0.3.1
- old
+ new
@@ -3,10 +3,10 @@
# Network Error Class
class NetworkError < TestLabError; end
# Network Class
#
- # @author Zachary Patten <zachary@jovelabs.net>
+ # @author Zachary Patten <zachary AT jovelabs DOT com>
class Network < ZTK::DSL::Base
STATUS_KEYS = %w(node_id id state interface network netmask broadcast).map(&:to_sym)
# Sub-Modules
autoload :Actions, 'testlab/network/actions'