Class Deltacloud::BaseDriver::FeatureDecl
In: lib/deltacloud/base_driver/features.rb
Parent: Object

The declaration of a feature, defines what operations are modified by it

Methods

description   new   operation  

Attributes

name  [R] 
operations  [R] 

Public Class methods

Public Instance methods

Add/modify an operation or look up an existing one. If block is provided, create a new operation if none exists with name name. Evaluate the block against this instance. If no block is provided, look up the operation with name name

[Validate]