Fog::Model
# File lib/fog/bluebox/models/compute/image.rb, line 23 def destroy requires :id data = service.destroy_template(id) true end
# File lib/fog/bluebox/models/compute/image.rb, line 16 def save requires :block_id data = service.create_template(block_id, attributes) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.