Class: MissionStrategy::SquadStrategy

Inherits:
Struct
  • Object
show all
Defined in:
app/models/mission_strategy.rb

Overview

This Struct describes a strategy of squad.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) entry_turn

Returns the value of attribute entry_turn

Returns:

  • (Object)

    the current value of entry_turn



10
11
12
# File 'app/models/mission_strategy.rb', line 10

def entry_turn
  @entry_turn
end

- (Object) index

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'app/models/mission_strategy.rb', line 10

def index
  @index
end