# File lib/rhc/rest/mock.rb, line 749 def initialize(client, id) super({}, client) @name = id @applications = [] self.attributes = {:links => mock_response_links(mock_domain_links(id))} init_members end