Class: RubyLlmMesh::Mesh::PeerRegistry::Peer

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm_mesh/mesh/peer_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#healthyObject

Returns the value of attribute healthy

Returns:

  • (Object)

    the current value of healthy



7
8
9
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7

def healthy
  @healthy
end

#last_checked_atObject

Returns the value of attribute last_checked_at

Returns:

  • (Object)

    the current value of 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_errorObject

Returns the value of attribute last_error

Returns:

  • (Object)

    the current value of last_error



7
8
9
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7

def last_error
  @last_error
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/ruby_llm_mesh/mesh/peer_registry.rb', line 7

def url
  @url
end