1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add name as a valid attribute to image

This commit is contained in:
Chris Chiodo 2010-12-21 14:03:09 -05:00
parent 4505f58398
commit d585d8e6af

View file

@ -23,6 +23,7 @@ module Fog
attribute :root_device_type, :aliases => 'rootDeviceType'
attribute :root_device_name, :aliases => 'rootDeviceName'
attribute :tags, :aliases => 'tagSet'
attribute :name
def deregister(delete_snapshot = false)
connection.deregister_image(id)