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.10 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.8 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.7 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.6 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.5 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.4 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.3 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.2 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.1 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.0 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.11 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.10 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.8 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.7 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.6 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.5 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.4 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.3 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.2 app/services/forest_liana/resource_getter.rb
forest_liana-1.0.1 app/services/forest_liana/resource_getter.rb