Class: RubyLlmMesh::Mesh::PeerRegistry::Peer
- Inherits:
-
Struct
- Object
- Struct
- RubyLlmMesh::Mesh::PeerRegistry::Peer
- Defined in:
- lib/ruby_llm_mesh/mesh/peer_registry.rb
Instance Attribute Summary collapse
-
#healthy ⇒ Object
Returns the value of attribute healthy.
-
#last_checked_at ⇒ Object
Returns the value of attribute last_checked_at.
-
#last_error ⇒ Object
Returns the value of attribute last_error.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#healthy ⇒ Object
Returns the value of attribute healthy
7 8 9 |
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7 def healthy @healthy end |
#last_checked_at ⇒ Object
Returns the value of attribute last_checked_at
7 8 9 |
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7 def last_checked_at @last_checked_at end |
#last_error ⇒ Object
Returns the value of attribute last_error
7 8 9 |
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7 def last_error @last_error end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7 def url @url end |