Method: TargetNode#update_info
- Defined in:
- lib/ls4/command/top.rb
#update_info(address, name, rsids, location, fault) ⇒ Object
104 105 106 107 108 109 110 |
# File 'lib/ls4/command/top.rb', line 104 def update_info(address, name, rsids, location, fault) @address = address @name = name @rsids = rsids @location = location @fault = fault end |