class Travis::Client::Entity

def load_attribute(name)

def load_attribute(name)
  session.reload(self) if missing? name
  attributes[name.to_s]
end