Class: MissionStrategy::JobTypeStrategy::JobTypeBattleStrategy::BattleMethod

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

Overview

This Struct describes a battle method.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) battle_type

Returns the value of attribute battle_type

Returns:

  • (Object)

    the current value of battle_type



24
25
26
# File 'app/models/mission_strategy.rb', line 24

def battle_type
  @battle_type
end

- (Object) method

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



24
25
26
# File 'app/models/mission_strategy.rb', line 24

def method
  @method
end

- (Object) priority

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



24
25
26
# File 'app/models/mission_strategy.rb', line 24

def priority
  @priority
end

- (Object) type_symbol

Returns the value of attribute type_symbol

Returns:

  • (Object)

    the current value of type_symbol



24
25
26
# File 'app/models/mission_strategy.rb', line 24

def type_symbol
  @type_symbol
end