Class: IControl::Common::IPPortDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::IPPortDefinition
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
A struct that describes an IP address/port pair.
Instance Attribute Summary (collapse)
-
- (String) address
The IP Address.
-
- (Numeric) port
The port number.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) address
The IP Address.
149 150 151 |
# File 'lib/icontrol/common.rb', line 149 def address @address end |
- (Numeric) port
The port number.
149 150 151 |
# File 'lib/icontrol/common.rb', line 149 def port @port end |