Class: IControl::Management::ChangeControl::ClassTransactionInfo

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 class transaction information.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The class name.

Returns:

  • (String)

    the current value of name



238
239
240
# File 'lib/icontrol/management/change_control.rb', line 238

def name
  @name
end

#transaction_idNumeric

The last transaction id for object instances in this class.

Returns:

  • (Numeric)

    the current value of transaction_id



238
239
240
# File 'lib/icontrol/management/change_control.rb', line 238

def transaction_id
  @transaction_id
end