Class: Fog::HP::LB::Protocol

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/hp/models/lb/protocol.rb

Instance Method Summary collapse

Instance Method Details

#create(params) ⇒ Object

Raises:

  • (Fog::HP::LB::NotFound)


14
15
16
# File 'lib/fog/hp/models/lb/protocol.rb', line 14

def create(params)
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end

#destroyObject

Raises:

  • (Fog::HP::LB::NotFound)


10
11
12
# File 'lib/fog/hp/models/lb/protocol.rb', line 10

def destroy
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end

#saveObject

Raises:

  • (Fog::HP::LB::NotFound)


18
19
20
# File 'lib/fog/hp/models/lb/protocol.rb', line 18

def save
  raise Fog::HP::LB::NotFound.new('Operation not allowed.')
end