Class: IControl::Management::ChangeControl::Instance
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::ChangeControl::Instance
- Defined in:
- lib/icontrol/management/change_control.rb,
lib/icontrol/management/change_control.rb
Overview
A struct that describes an object instance.
Instance Attribute Summary collapse
-
#data ⇒ String
The object instance data (blob).
-
#format ⇒ IControl::Management::ChangeControl::InstanceFormatType
The data format type.
-
#info ⇒ IControl::Management::ChangeControl::InstanceInfo
Object instance information.
Instance Attribute Details
#data ⇒ String
The object instance data (blob).
259 260 261 |
# File 'lib/icontrol/management/change_control.rb', line 259 def data @data end |
#format ⇒ IControl::Management::ChangeControl::InstanceFormatType
The data format type.
259 260 261 |
# File 'lib/icontrol/management/change_control.rb', line 259 def format @format end |
#info ⇒ IControl::Management::ChangeControl::InstanceInfo
Object instance information.
259 260 261 |
# File 'lib/icontrol/management/change_control.rb', line 259 def info @info end |