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-6.3.0 lib/lhs/endpoint.rb
lhs-6.2.0 lib/lhs/endpoint.rb
lhs-6.1.0 lib/lhs/endpoint.rb
lhs-6.0.0 lib/lhs/endpoint.rb
lhs-5.7.1 lib/lhs/endpoint.rb
lhs-5.7.0 lib/lhs/endpoint.rb
lhs-5.6.6 lib/lhs/endpoint.rb
lhs-5.6.5 lib/lhs/endpoint.rb
lhs-5.6.4 lib/lhs/endpoint.rb
lhs-5.6.3 lib/lhs/endpoint.rb
lhs-5.6.2 lib/lhs/endpoint.rb
lhs-5.6.1 lib/lhs/endpoint.rb
lhs-5.6.0 lib/lhs/endpoint.rb
lhs-5.5.0 lib/lhs/endpoint.rb
lhs-5.4.2 lib/lhs/endpoint.rb
lhs-5.4.1 lib/lhs/endpoint.rb
lhs-5.4.0 lib/lhs/endpoint.rb
lhs-5.3.0 lib/lhs/endpoint.rb
lhs-5.2.0 lib/lhs/endpoint.rb
lhs-5.1.0 lib/lhs/endpoint.rb