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.51 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.50 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.49 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.48 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.47 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.46 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.45 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.44 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.43 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.42 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.41 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.40 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.39 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.38 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.37 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.36 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.35 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.34 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.33 app/services/forest_liana/resource_getter.rb
forest_liana-1.3.32 app/services/forest_liana/resource_getter.rb