Sha256: 113341737acd82731ecc95f7abbe93faddf402992b25b620fe5bdff756f4edd3

Contents?: true

Size: 245 Bytes

Versions: 107

Compression:

Stored size: 245 Bytes

Contents

module ForestLiana
  class ResourceGetter
    attr_accessor :record

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

    def perform
      @record = @resource.find(@params[:id])
    end

  end
end

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
forest_liana-1.3.31 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.30 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.29 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.28 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.27 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.26 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.25 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.24 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.23 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.22 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.21 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.20 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.19 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.18 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.17 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.16 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.15 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.14 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.13 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.12 app/services/forest_liana/resource_getter.rb