Class: Nem::Endpoint::Node::PeerlistAll
- Inherits:
-
Struct
- Object
- Struct
- Nem::Endpoint::Node::PeerlistAll
- Defined in:
- lib/nem/endpoint/node.rb
Overview
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#busy ⇒ Object
Returns the value of attribute busy.
-
#failure ⇒ Object
Returns the value of attribute failure.
-
#inactive ⇒ Object
Returns the value of attribute inactive.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
44 45 46 |
# File 'lib/nem/endpoint/node.rb', line 44 def active @active end |
#busy ⇒ Object
Returns the value of attribute busy
44 45 46 |
# File 'lib/nem/endpoint/node.rb', line 44 def busy @busy end |
#failure ⇒ Object
Returns the value of attribute failure
44 45 46 |
# File 'lib/nem/endpoint/node.rb', line 44 def failure @failure end |
#inactive ⇒ Object
Returns the value of attribute inactive
44 45 46 |
# File 'lib/nem/endpoint/node.rb', line 44 def inactive @inactive end |