Class: BCDice::GameSystem::NanimonaiMura::ResultData

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcdice/game_system/NanimonaiMura.rb

Instance Attribute Summary collapse

Instance Attribute Details

#criticalObject

Returns the value of attribute critical

Returns:

  • (Object)

    the current value of critical



27
28
29
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27

def critical
  @critical
end

#result_textObject

Returns the value of attribute result_text

Returns:

  • (Object)

    the current value of result_text



27
28
29
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27

def result_text
  @result_text
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



27
28
29
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27

def score
  @score
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



27
28
29
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27

def success
  @success
end

#success_levelObject

Returns the value of attribute success_level

Returns:

  • (Object)

    the current value of success_level



27
28
29
# File 'lib/bcdice/game_system/NanimonaiMura.rb', line 27

def success_level
  @success_level
end