Sha256: 311cd69cec0cad5ed9f5ea77a141d97103e35945680196c2899e5614ebd80b26

Contents?: true

Size: 560 Bytes

Versions: 6

Compression:

Stored size: 560 Bytes

Contents

require 'hashie'
require 'httparty'
require 'json'

Hash.send :include, Hashie::HashExtensions

module Chargify

  autoload :Base,         'chargify/base'
  autoload :Config,       'chargify/config'
  autoload :Customer,     'chargify/customer'
  autoload :Error,        'chargify/error'
  autoload :Parser,       'chargify/parser'
  autoload :Product,      'chargify/product'
  autoload :Subscription, 'chargify/subscription'
  autoload :Transaction,  'chargify/transaction'

  # TODO: migrate away from generic errors
  # Replace with Chargify::Errors


end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jsmestad-chargify-0.3.2.1 lib/chargify.rb
jsmestad-chargify-0.3.2 lib/chargify.rb
jsmestad-chargify-0.3.1 lib/chargify.rb
jsmestad-chargify-0.3.0 lib/chargify.rb
jsmestad-chargify-0.3.0.pre6 lib/chargify.rb
jsmestad-chargify-0.3.0.pre5 lib/chargify.rb