Class: IControl::ASM::ObjectTypeType
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::ObjectTypeType
- Defined in:
- lib/icontrol/asm.rb,
lib/icontrol/asm.rb
Overview
A struct that represents a file type
Instance Attribute Summary (collapse)
-
- (Object) no_ext_flag
flag if it is the no_ext object type.
-
- (String) object_type_name
the name of the object type.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Object) no_ext_flag
flag if it is the no_ext object type
78 79 80 |
# File 'lib/icontrol/asm.rb', line 78 def no_ext_flag @no_ext_flag end |
- (String) object_type_name
the name of the object type
78 79 80 |
# File 'lib/icontrol/asm.rb', line 78 def object_type_name @object_type_name end |