Sha256: 6bae0e9c6927d2c4eef934ca432dd083de33c3802c6d21a5b1377ca4827e515d

Contents?: true

Size: 678 Bytes

Versions: 1

Compression:

Stored size: 678 Bytes

Contents

# frozen_string_literal: true

require 'hws-resources'
require 'hws-transactions'
require 'hws-stores'
require 'hws-instruments'

module Hws
  # Main demo app module
  module PaymentOperationsDemo
    require 'hws/payment_operations_demo/transactional_value_store'
    require 'hws/payment_operations_demo/virtual_account'

    # ActiveRecord Models for the demo
    module Models
      require 'hws/payment_operations_demo/models/instrument_resource_store'
    end

    # Exceptions for the demo
    module Exceptions
      require 'hws/payment_operations_demo/exceptions/exceptions'
    end
  end
end

require 'hws/payment_operations_demo/railtie' if defined?(Rails::Railtie)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hws-payment_operations_demo-0.1.0 lib/hws/payment_operations_demo.rb