Sha256: 60e8856eb92803971d3cf51a684a718ca63f5d8f7811ec91b6a81f00b4878fb4

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')

require 'tokyo_api'

ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http')

require 'pry-debugger'
binding.pry

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tokyo_api-1.9.0 example.rb
tokyo_api-1.8.0 example.rb
tokyo_api-1.7.0 example.rb
tokyo_api-1.6.0 example.rb