Sha256: 4109bd67977445339b1e2296b6b3ea1884542c3b42516a936d514dd76a3779f8

Contents?: true

Size: 312 Bytes

Versions: 131

Compression:

Stored size: 312 Bytes

Contents

# An endpoint is used as source to fetch objects
class LHS::Endpoint

  def self.for_url(url)
    template, record = LHS::Record::Endpoints.all.detect do |template, _record|
      LHC::Endpoint.match?(url, template)
    end
    record.endpoints.detect { |endpoint| endpoint.url == template } if record
  end
end

Version data entries

131 entries across 131 versions & 1 rubygems

Version Path
lhs-13.1.0 lib/lhs/endpoint.rb
lhs-13.0.1 lib/lhs/endpoint.rb
lhs-13.0.0 lib/lhs/endpoint.rb
lhs-12.3.0 lib/lhs/endpoint.rb
lhs-12.2.1 lib/lhs/endpoint.rb
lhs-12.2.0 lib/lhs/endpoint.rb
lhs-12.1.0 lib/lhs/endpoint.rb
lhs-12.0.3 lib/lhs/endpoint.rb
lhs-12.0.2 lib/lhs/endpoint.rb
lhs-12.0.1 lib/lhs/endpoint.rb
lhs-12.0.0 lib/lhs/endpoint.rb
lhs-11.3.3 lib/lhs/endpoint.rb
lhs-11.3.2 lib/lhs/endpoint.rb
lhs-11.3.1 lib/lhs/endpoint.rb
lhs-11.3.0 lib/lhs/endpoint.rb
lhs-11.2.2 lib/lhs/endpoint.rb
lhs-11.2.1 lib/lhs/endpoint.rb
lhs-11.2.0 lib/lhs/endpoint.rb
lhs-11.1.0 lib/lhs/endpoint.rb
lhs-11.0.3 lib/lhs/endpoint.rb