# File lib/fog/profitbricks/models/compute/snapshots.rb, line 17 def get(id) snapshot = service.get_snapshot(id).body new(flatten(snapshot)) end