class TED::Spyder

Attributes

cts[R]

An Array of CTs connected to this Spyder

groups[R]

An Array of Groups defined on this Spyder

mtu[R]

The MTU this Spyder belongs to

Public Class Methods

new(mtu, cts, groups) click to toggle source
# File lib/ted/spyder.rb, line 13
def initialize(mtu, cts, groups)
  @mtu, @cts, @groups = mtu, cts, groups
end