Sha256: 3c545cf714ddcb206c699a0b6286083b53429d599e9c0cca7cb56309823243c3
Contents?: true
Size: 247 Bytes
Versions: 109
Compression:
Stored size: 247 Bytes
Contents
require 'pact_broker/client/hal/link' module PactBroker module Client module Hal class EntryPoint < Link def initialize(url, http_client) super({ "href" => url }, http_client) end end end end end
Version data entries
109 entries across 109 versions & 1 rubygems