# File lib/fog/softlayer/models/dns/record.rb, line 24 def initialize(attributes={}) self.domain_id = attributes[:domain_id] super(attributes) end