Class: Warframe::Models::CambionDrift

Inherits:
Base show all
Includes:
Attributes::Activation, Attributes::Expiry, Attributes::ID
Defined in:
lib/warframe/models/cambion_drift.rb

Overview

Cambion Drift data model. /:platform/cambionCycle

Instance Attribute Summary collapse

Attributes included from Attributes::Expiry

#expiry

Attributes included from Attributes::Activation

#activation

Attributes included from Attributes::ID

#id

Method Summary

Methods inherited from ObjectifiedHash

#[], from_array, #initialize, #inspect, #size, #to_hash, #to_s

Constructor Details

This class inherits a constructor from Warframe::Models::ObjectifiedHash

Instance Attribute Details

#activeString (readonly)

Current active state of the world, either ‘vome’ or ‘fass’.

Returns:

  • (String)


15
16
17
# File 'lib/warframe/models/cambion_drift.rb', line 15

def active
  @active
end

#time_leftString (readonly)

The time remaining until world state switches.

Returns:

  • (String)


19
20
21
# File 'lib/warframe/models/cambion_drift.rb', line 19

def time_left
  @time_left
end