Sha256: 0f860503b7253c1224a4b309e1b3e664066a8e217932c1d57cbb1fce5e858ae8
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
module Remetric class Endpoint def initialize(client) @client = client end def client @client end def client=(client) @client = client end def http client.http end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
remetric-1.0.0 | lib/remetric/endpoints/endpoint.rb |