class Fedora::Repository::StringResponse

def initialize(s, content_type)

def initialize(s, content_type)
  super(s)
  @content_type = content_type
end