# File lib/openshift-origin-controller/app/models/rest_reply.rb, line 5
  def initialize(status=nil, type=nil, data=nil)
    self.status = status
    self.type = type
    self.data = data
    self.messages = []
    self.version = $requested_api_version.to_s
    self.supported_api_versions = BaseController::SUPPORTED_API_VERSIONS
  end