class TCellAgent::Routes::FieldEndpoint

Attributes

discovered[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tcell_agent/routes/table.rb, line 6
def initialize
  super()
  @discovered = false
end