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