# File lib/rhc-rest/domain.rb, line 6 def initialize(args) @id = args[:id] || args["id"] @links = args[:links] || args["links"] end