Sha256: 0802d4b97b38cd8723d64bec08d62c2f05fb105b10807f07eb595bb18ec98a25

Contents?: true

Size: 213 Bytes

Versions: 14

Compression:

Stored size: 213 Bytes

Contents

require 'bundler/setup'
require 'bill_forward'

my_client = BillForward::Client.new(
    :host =>      "API URL goes here",
    :api_token => "API token goes here"
)
BillForward::Client.default_client = my_client

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 scratch/scratch.example.rb
bill_forward-2.2016.227 scratch/scratch.example.rb
bill_forward-2.2016.222 scratch/scratch.example.rb
bill_forward-2.2016.209 scratch/scratch.example.rb
bill_forward-1.2016.117 scratch/scratch.example.rb
bill_forward-1.2016.101 scratch/scratch.example.rb
bill_forward-1.2016.26 scratch/scratch.example.rb
bill_forward-1.2015.321.1 scratch/scratch.example.rb
bill_forward-1.2015.321 scratch/scratch.example.rb
bill_forward-1.2015.299 scratch/scratch.example.rb
bill_forward-1.2015.217.1 scratch/scratch.example.rb
bill_forward-1.2015.217 scratch/scratch.example.rb
bill_forward-1.2015.186 scratch/scratch.example.rb
bill_forward-1.2015.183 scratch/scratch.example.rb