# File lib/fog/aws/models/compute/snapshots.rb, line 40 def new(attributes = {}) if volume super({ 'volumeId' => volume.id }.merge!(attributes)) else super end end