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

Methods

Included Modules

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

Constants

STANDARD = { :new => { :method => :get, :member => false, :form => true }, :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

collection  [R] 
member  [R] 
method  [R] 
name  [R] 

Public Class methods

Public Instance methods

Return a hash of all params, the params statically defined for this operation plus the params defined by any features in the driver that might modify this operation

[Validate]