Sha256: 4b137f52d35c7456d3969296808bb249068b538a9bffb1d1c4708d3cf1ef0bbd

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module Johki
  class Interface
    def initialize(client, interface)
      @client = client
      @interface = interface
    end

    protected
    def path(method)
      @interface + "/" + method
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
johki-0.1.8 lib/johki/interface.rb