Sha256: c4509dd1dd2936b4b9303f45b1c8bd95f89592964dade8dc145089d8231e997d
Contents?: true
Size: 326 Bytes
Versions: 5
Compression:
Stored size: 326 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "my_tank_info" client = MyTankInfo::Client.new(api_key: ENV["MYTANKINFO_API_KEY"]) puts puts "We've created a 'client' variable as a MyTankInfo::Client using ENV['MYTANKINFO_API_KEY'] as the API key." puts require "irb" IRB.start(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
my_tank_info-1.1.1 | bin/console |
my_tank_info-1.1.0 | bin/console |
my_tank_info-1.0.2 | bin/console |
my_tank_info-1.0.1 | bin/console |
my_tank_info-1.0.0 | bin/console |