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.11 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.10 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.9 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.8 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.7 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.6 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.5 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.4 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.3 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.2 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.1 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.0 app/services/forest_liana/resource_getter.rb
forest_liana-1.2.6 app/services/forest_liana/resource_getter.rb
forest_liana-1.2.5 app/services/forest_liana/resource_getter.rb
forest_liana-1.2.3 app/services/forest_liana/resource_getter.rb
forest_liana-1.2.2 app/services/forest_liana/resource_getter.rb
forest_liana-1.2.1 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.35 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.34 app/services/forest_liana/resource_getter.rb
forest_liana-1.1.33 app/services/forest_liana/resource_getter.rb