Class: Nifty::Events::Opennebula::MetadataUpdateEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/nifty/events/opennebula/metadata_update_event.rb

Overview

OpenNebula metadata update event Not implemented yet!

Author:

  • Michal Kimle

Instance Attribute Summary

Attributes inherited from Event

#client, #datastores, #parameters

Attributes inherited from Event

#appliance, #transfer_method

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Event

#initialize

Methods inherited from Event

#initialize

Constructor Details

This class inherits a constructor from Nifty::Events::Opennebula::Event

Class Method Details

.event?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/nifty/events/opennebula/metadata_update_event.rb', line 6

def self.event?
  true
end

Instance Method Details

#runObject



10
11
# File 'lib/nifty/events/opennebula/metadata_update_event.rb', line 10

def run
end