Class: Mob::BattleEffectInv

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

Overview

This Struct describes an inventory of battle effect.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) caused_mob

Returns the value of attribute caused_mob

Returns:

  • (Object)

    the current value of caused_mob



38
39
40
# File 'app/models/mob.rb', line 38

def caused_mob
  @caused_mob
end

- (Object) method

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



38
39
40
# File 'app/models/mob.rb', line 38

def method
  @method
end

- (Object) remaining_duration

Returns the value of attribute remaining_duration

Returns:

  • (Object)

    the current value of remaining_duration



38
39
40
# File 'app/models/mob.rb', line 38

def remaining_duration
  @remaining_duration
end