Class: IControl::Common::ULong64
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::ULong64
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
A 64-bit, unsigned integer.
Instance Attribute Summary (collapse)
-
- (Numeric) high
The high-order 32-bit unsigned integer.
-
- (Numeric) low
The low-order 32-bit unsigned integer.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) high
The high-order 32-bit unsigned integer.
226 227 228 |
# File 'lib/icontrol/common.rb', line 226 def high @high end |
- (Numeric) low
The low-order 32-bit unsigned integer.
226 227 228 |
# File 'lib/icontrol/common.rb', line 226 def low @low end |