Method: Fog::Compute::Joyent::Images#get

Defined in:
lib/fog/joyent/models/compute/images.rb

#get(id) ⇒ Object

[View source]

16
17
18
19
# File 'lib/fog/joyent/models/compute/images.rb', line 16

def get(id)
  data = connection.get_dataset(id).body
  new(data)
end