Sha256: e8d77b148f3b55385dde19a6bebcf06e5cb1988ea6cf65bfab54e2f50d41d890

Contents?: true

Size: 247 Bytes

Versions: 36

Compression:

Stored size: 247 Bytes

Contents

module ForestLiana
  class StatGetter < BaseGetter
    attr_accessor :record

    def initialize(resource, params, forest_user)
      @resource = resource
      @params = params
      @user = forest_user
      compute_includes()
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
forest_liana-7.7.2 app/services/forest_liana/stat_getter.rb
forest_liana-7.7.1 app/services/forest_liana/stat_getter.rb
forest_liana-7.7.0 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.14 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.13 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.12 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.11 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.10 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.9 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.8 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.7 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.6 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.5 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.4 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.3 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.2 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.1 app/services/forest_liana/stat_getter.rb
forest_liana-7.6.0 app/services/forest_liana/stat_getter.rb
forest_liana-7.5.1 app/services/forest_liana/stat_getter.rb
forest_liana-7.5.0 app/services/forest_liana/stat_getter.rb