Class: IbmPowerHmc::Event
- Inherits:
-
AbstractRest
- Object
- AbstractNonRest
- AbstractRest
- IbmPowerHmc::Event
- Defined in:
- lib/ibm_power_hmc/schema/uom.rb
Overview
HMC Event
Constant Summary collapse
- ATTRS =
{ :id => "EventID", :type => "EventType", :data => "EventData", :detail => "EventDetail" }.freeze
Instance Attribute Summary collapse
-
#usertask ⇒ Object
Returns the value of attribute usertask.
Attributes inherited from AbstractRest
#content_type, #etag, #href, #published, #uuid
Attributes inherited from AbstractNonRest
Method Summary
Methods inherited from AbstractRest
Methods inherited from AbstractNonRest
#collection_of, #create_element, #initialize, marshal, #marshal, #singleton, #timestamp, #to_s, #uuid_from_href, #uuids_from_links
Constructor Details
This class inherits a constructor from IbmPowerHmc::AbstractRest
Instance Attribute Details
#usertask ⇒ Object
Returns the value of attribute usertask.
1046 1047 1048 |
# File 'lib/ibm_power_hmc/schema/uom.rb', line 1046 def usertask @usertask end |