class Travis::Client::Entity

def [](key)

def [](key)
  send(key) if include? key
end