Class: RbVmomi::BasicTypes::MethodFault

Inherits:
DataObject show all
Defined in:
lib/rbvmomi/basic_types.rb

Direct Known Subclasses

RuntimeFault

Instance Attribute Summary

Attributes inherited from DataObject

#props

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

init, to_s

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