Class: Fog::HP::LB::Algorithm
- Inherits:
-
Model
- Object
- Model
- Fog::HP::LB::Algorithm
- Defined in:
- lib/fog/hp/models/lb/algorithm.rb
Instance Method Summary collapse
Instance Method Details
#create(params) ⇒ Object
13 14 15 |
# File 'lib/fog/hp/models/lb/algorithm.rb', line 13 def create(params) raise Fog::HP::LB::NotFound.new('Operation not allowed.') end |
#destroy ⇒ Object
9 10 11 |
# File 'lib/fog/hp/models/lb/algorithm.rb', line 9 def destroy raise Fog::HP::LB::NotFound.new('Operation not allowed.') end |
#save ⇒ Object
17 18 19 |
# File 'lib/fog/hp/models/lb/algorithm.rb', line 17 def save raise Fog::HP::LB::NotFound.new('Operation not allowed.') end |