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