Class: InstanceProvider

Inherits:
Object
  • Object
show all
Defined in:
app/providers/instance_provider.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



5
6
7
# File 'app/providers/instance_provider.rb', line 5

def value
  instances.find {|i| i.name == params[:id]} or fail Fog::Errors::NotFound
end