Class: RbVmomi::VIM::LocalizedMethodFault

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

Instance Attribute Summary

Attributes inherited from DataObject

#props

Instance Method Summary collapse

Methods inherited from DataObject

#==, #[], #_get_property, #_set_property, #hash, #initialize, #pretty_print

Methods inherited from ObjectWithProperties

#_get_property, #_set_property, find_prop_desc, full_props_desc, initialize

Methods inherited from Base

initialize, to_s

Constructor Details

This class inherits a constructor from RbVmomi::VIM::DataObject

Instance Method Details

#exceptionObject



334
335
336
# File 'lib/rbvmomi/types.rb', line 334

def exception
  RbVmomi.fault self.localizedMessage, self.fault
end