Class: IControl::Management::ChangeControl::ModuleInfo
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::ChangeControl::ModuleInfo
- Defined in:
- lib/icontrol/management/change_control.rb,
lib/icontrol/management/change_control.rb
Overview
A struct that describes module information.
Instance Attribute Summary collapse
-
#delete_transaction_id ⇒ Numeric
Last transaction id for deleted instances in module.
-
#name ⇒ String
The module name.
-
#supports_transaction_id ⇒ Object
Module supports transaction information.
-
#transaction_id ⇒ Numeric
Last transaction id for create/update/delete instances in module.
Instance Attribute Details
#delete_transaction_id ⇒ Numeric
Last transaction id for deleted instances in module.
291 292 293 |
# File 'lib/icontrol/management/change_control.rb', line 291 def delete_transaction_id @delete_transaction_id end |
#name ⇒ String
The module name.
291 292 293 |
# File 'lib/icontrol/management/change_control.rb', line 291 def name @name end |
#supports_transaction_id ⇒ Object
Module supports transaction information.
291 292 293 |
# File 'lib/icontrol/management/change_control.rb', line 291 def supports_transaction_id @supports_transaction_id end |
#transaction_id ⇒ Numeric
Last transaction id for create/update/delete instances in module.
291 292 293 |
# File 'lib/icontrol/management/change_control.rb', line 291 def transaction_id @transaction_id end |