Class: IscsiadmWrapper::Node
- Inherits:
-
Object
- Object
- IscsiadmWrapper::Node
- Defined in:
- lib/iscsiadm/node.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#portal ⇒ Object
readonly
Returns the value of attribute portal.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Node
constructor
A new instance of Node.
Constructor Details
Instance Attribute Details
#portal ⇒ Object (readonly)
Returns the value of attribute portal.
6 7 8 |
# File 'lib/iscsiadm/node.rb', line 6 def portal @portal end |
#target ⇒ Object (readonly)
Returns the value of attribute target.
6 7 8 |
# File 'lib/iscsiadm/node.rb', line 6 def target @target end |