Class: Fog::Compute::Linode::Images

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/linode/models/compute/images.rb

Instance Method Summary collapse

Instance Method Details

#allObject



10
11
12
# File 'lib/fog/linode/models/compute/images.rb', line 10

def all
  load images
end

#get(id) ⇒ Object



14
15
16
17
18
# File 'lib/fog/linode/models/compute/images.rb', line 14

def get(id)
  new images(id).first
rescue Fog::Compute::Linode::NotFound
  nil
end