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