Class: IControl::Management::ChangeControl::ModuleInfo

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#delete_transaction_idNumeric

Last transaction id for deleted instances in module.

Returns:

  • (Numeric)

    the current value of delete_transaction_id



291
292
293
# File 'lib/icontrol/management/change_control.rb', line 291

def delete_transaction_id
  @delete_transaction_id
end

#nameString

The module name.

Returns:

  • (String)

    the current value of name



291
292
293
# File 'lib/icontrol/management/change_control.rb', line 291

def name
  @name
end

#supports_transaction_idObject

Module supports transaction information.

Returns:

  • (Object)

    the current value of supports_transaction_id



291
292
293
# File 'lib/icontrol/management/change_control.rb', line 291

def supports_transaction_id
  @supports_transaction_id
end

#transaction_idNumeric

Last transaction id for create/update/delete instances in module.

Returns:

  • (Numeric)

    the current value of transaction_id



291
292
293
# File 'lib/icontrol/management/change_control.rb', line 291

def transaction_id
  @transaction_id
end