Class: RbVmomi::BasicTypes::MethodFault
- Inherits:
-
DataObject
- Object
- Base
- ObjectWithProperties
- DataObject
- RbVmomi::BasicTypes::MethodFault
- Defined in:
- lib/rbvmomi/basic_types.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from DataObject
Class Method Summary collapse
Methods inherited from DataObject
#==, #[], #[]=, #_get_property, #_set_property, #hash, #initialize, #initialize_copy, kind, #pretty_print, #to_json
Methods inherited from ObjectWithProperties
#_get_property, #_set_property, find_prop_desc, full_props_desc, full_props_set, init
Methods inherited from Base
Constructor Details
This class inherits a constructor from RbVmomi::BasicTypes::DataObject
Class Method Details
.===(exn) ⇒ Object
279 280 281 |
# File 'lib/rbvmomi/basic_types.rb', line 279 def self.=== exn exn.class == RbVmomi::Fault and self <= exn.fault.class end |