Module: Warframe::Models::Attributes::RewardTypes
- Included in:
- Warframe::Models::Alert, Invasion, Nightwave
- Defined in:
- lib/warframe/models/attributes/reward_types.rb
Instance Attribute Summary collapse
-
#reward_types ⇒ Array<String>
readonly
The types of rewards you can get from this event.
Instance Attribute Details
#reward_types ⇒ Array<String> (readonly)
The types of rewards you can get from this event.
8 9 10 |
# File 'lib/warframe/models/attributes/reward_types.rb', line 8 def reward_types @reward_types end |