lib/testlab/interface.rb in testlab-0.3.0 vs lib/testlab/interface.rb in testlab-0.3.1
- old
+ new
@@ -3,10 +3,10 @@
# Interface Error Class
class InterfaceError < TestLabError; end
# Interface Class
#
- # @author Zachary Patten <zachary@jovelabs.net>
+ # @author Zachary Patten <zachary AT jovelabs DOT com>
class Interface < ZTK::DSL::Base
# Associations and Attributes
belongs_to :container, :class_name => 'TestLab::Container'
belongs_to :network, :class_name => 'TestLab::Network'