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.1.32 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.31 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.30 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.29 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.28 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.27 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.26 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.25 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.23 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.22 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.20 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.19 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.18 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.17 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.16 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.15 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.14 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.13 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.12 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.11 app/services/forest_liana/resource_getter.rb