class Github::ResponseWrapper

def [](key)


Convert any key to string before calling.
Lookup an attribute from the body.
def [](key)
  self.body.send(:"#{key}")
end