Class DeltaCloud::ActionObject
In: lib/base_object.rb
Parent: BaseObject

Methods

External Aliases

method_handler -> base_method_handler
method_missing -> original_method_missing

Public Class methods

Public Instance methods

This trigger is called right after action. This method does nothing inside ActionObject but it can be redifined and used in meta-programming

First call BaseObject method handler, then, if not method found try ActionObject handler

[Validate]