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

Instance Attribute Details

#etaString (readonly)

The estimated time until arrival.

Returns:

  • (String)


8
9
10
# File 'lib/warframe/models/attributes/eta.rb', line 8

def eta
  @eta
end