Sha256: 81e573f7a82a9ba8e0226d5273628c4c75beea29ab84747dfdf99a2ae262ed10

Contents?: true

Size: 203 Bytes

Versions: 227

Compression:

Stored size: 203 Bytes

Contents

module ForestLiana
  class ObjectiveStatGetter < ValueStatGetter
    attr_accessor :objective

    def perform
      super
      @record.value = { value: @record.value[:countCurrent] }
    end
  end
end

Version data entries

227 entries across 227 versions & 1 rubygems

Version Path
forest_liana-9.11.1 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.11.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.6 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.5 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.4 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.3 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.2 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.1 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.10.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.9.1 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.9.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.8.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.7.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.6.4 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.6.3 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.6.0 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.5.7 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.5.6 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.5.5 app/services/forest_liana/objective_stat_getter.rb
forest_liana-9.5.4 app/services/forest_liana/objective_stat_getter.rb