Class: IControl::ASM::SignatureFileUpdateReturnValue
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::SignatureFileUpdateReturnValue
- 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
-
#completed_successfully ⇒ Numeric
Indicates if the update was successful.
-
#error_msg ⇒ String
The error message.
-
#sig_count ⇒ Numeric
The number of signatures.
-
#sigs_updated_count ⇒ Numeric
The number of signatures updated.
Instance Attribute Details
#completed_successfully ⇒ Numeric
Indicates if the update was successful
89 90 91 |
# File 'lib/icontrol/asm.rb', line 89 def completed_successfully @completed_successfully end |
#error_msg ⇒ String
The error message
89 90 91 |
# File 'lib/icontrol/asm.rb', line 89 def error_msg @error_msg end |
#sig_count ⇒ Numeric
The number of signatures
89 90 91 |
# File 'lib/icontrol/asm.rb', line 89 def sig_count @sig_count end |
#sigs_updated_count ⇒ Numeric
The number of signatures updated
89 90 91 |
# File 'lib/icontrol/asm.rb', line 89 def sigs_updated_count @sigs_updated_count end |