* Returns the current altitude of the UFO. * @return Altitude. */
| 353 | * @return Altitude. |
| 354 | */ |
| 355 | std::string Ufo::getAltitude() const |
| 356 | { |
| 357 | return _altitude; |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * Changes the current altitude of the UFO. |
no outgoing calls
no test coverage detected