Module: Warframe::Models::Attributes::ETA
- Included in:
- Warframe::Models::Alert, ConclaveChallenge, GlobalUpgrade, Invasion, News, Sortie, SyndicateMission
- Defined in:
- lib/warframe/models/attributes/eta.rb
Overview
Adds the eta attribute.
Instance Attribute Summary collapse
-
#eta ⇒ String
readonly
The estimated time until arrival.
Instance Attribute Details
#eta ⇒ String (readonly)
The estimated time until arrival.
8 9 10 |
# File 'lib/warframe/models/attributes/eta.rb', line 8 def eta @eta end |