Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Deltacloud::BaseDriver::Operation

An operation on a collection like cretae or show. Features can add parameters to operations

Attributes

name[R]

Public Class Methods

new(name, &block) click to toggle source
# File lib/deltacloud/base_driver/features.rb, line 35
def initialize(name, &block)
  @name = name
  @params = {}
  instance_eval &block
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.