Class: IControl::ASM::SignatureFileUpdateReturnValue

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/asm.rb,
lib/icontrol/asm.rb

Overview

A struct that represents return value structure of sigfile update

Instance Attribute Summary collapse

Instance Attribute Details

#completed_successfullyNumeric

Indicates if the update was successful

Returns:

  • (Numeric)

    the current value of completed_successfully


89
90
91
# File 'lib/icontrol/asm.rb', line 89

def completed_successfully
  @completed_successfully
end

#error_msgString

The error message

Returns:

  • (String)

    the current value of error_msg


89
90
91
# File 'lib/icontrol/asm.rb', line 89

def error_msg
  @error_msg
end

#sig_countNumeric

The number of signatures

Returns:

  • (Numeric)

    the current value of sig_count


89
90
91
# File 'lib/icontrol/asm.rb', line 89

def sig_count
  @sig_count
end

#sigs_updated_countNumeric

The number of signatures updated

Returns:

  • (Numeric)

    the current value of sigs_updated_count


89
90
91
# File 'lib/icontrol/asm.rb', line 89

def sigs_updated_count
  @sigs_updated_count
end