Class: TCellAgent::Routes::FieldEndpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/tcell_agent/routes/table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFieldEndpoint

Returns a new instance of FieldEndpoint.



6
7
8
9
# File 'lib/tcell_agent/routes/table.rb', line 6

def initialize
  super()
  @discovered = false
end

Instance Attribute Details

#discoveredObject

Returns the value of attribute discovered.



4
5
6
# File 'lib/tcell_agent/routes/table.rb', line 4

def discovered
  @discovered
end