Class: Node
- Inherits:
-
Struct
- Object
- Struct
- Node
- Defined in:
- lib/ls4/command/ctl.rb,
lib/ls4/command/stat.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nid ⇒ Object
Returns the value of attribute nid.
-
#rsids ⇒ Object
Returns the value of attribute rsids.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
81 82 83 |
# File 'lib/ls4/command/ctl.rb', line 81 def address @address end |
#location ⇒ Object
Returns the value of attribute location
81 82 83 |
# File 'lib/ls4/command/ctl.rb', line 81 def location @location end |
#name ⇒ Object
Returns the value of attribute name
81 82 83 |
# File 'lib/ls4/command/ctl.rb', line 81 def name @name end |
#nid ⇒ Object
Returns the value of attribute nid
81 82 83 |
# File 'lib/ls4/command/ctl.rb', line 81 def nid @nid end |
#rsids ⇒ Object
Returns the value of attribute rsids
81 82 83 |
# File 'lib/ls4/command/ctl.rb', line 81 def rsids @rsids end |