Class Sinatra::Rabbit::Operation
In: lib/sinatra/rabbit.rb
Parent: Object

Methods

Included Modules

::Deltacloud::BackendCapability ::Deltacloud::Validation

Constants

STANDARD = { :index => { :method => :get, :member => false }, :show => { :method => :get, :member => true }, :create => { :method => :post, :member => false }, :update => { :method => :put, :member => true }, :destroy => { :method => :delete, :member => true }

Attributes

method  [R] 
name  [R] 

Public Class methods

Public Instance methods

[Validate]