Class: InstanceProvider
- Inherits:
-
Object
- Object
- InstanceProvider
- Defined in:
- app/providers/instance_provider.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
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 |