Sha256: 44e6dd1018d95c460d81f86e0aa815c83bb4d2aced0c08ede7292309873c6500

Contents?: true

Size: 208 Bytes

Versions: 98

Compression:

Stored size: 208 Bytes

Contents

module ForestLiana
  class StatGetter < BaseGetter
    attr_accessor :record

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

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
forest_liana-6.6.3 app/services/forest_liana/stat_getter.rb
forest_liana-7.0.0.beta.4 app/services/forest_liana/stat_getter.rb
forest_liana-7.0.0.beta.3 app/services/forest_liana/stat_getter.rb
forest_liana-6.6.2 app/services/forest_liana/stat_getter.rb
forest_liana-6.6.1 app/services/forest_liana/stat_getter.rb
forest_liana-6.6.0 app/services/forest_liana/stat_getter.rb
forest_liana-6.5.1 app/services/forest_liana/stat_getter.rb
forest_liana-7.0.0.beta.2 app/services/forest_liana/stat_getter.rb
forest_liana-6.5.0 app/services/forest_liana/stat_getter.rb
forest_liana-6.4.1 app/services/forest_liana/stat_getter.rb
forest_liana-7.0.0.beta.1 app/services/forest_liana/stat_getter.rb
forest_liana-6.4.0 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.8 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.7 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.6 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.5 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.4 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.3 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.2 app/services/forest_liana/stat_getter.rb
forest_liana-6.3.1 app/services/forest_liana/stat_getter.rb