Sha256: 19a0ba5ef44510099628307343da974c2160a0e982dc5240031b5e6cd6bfd048

Contents?: true

Size: 416 Bytes

Versions: 5

Compression:

Stored size: 416 Bytes

Contents

require "mellat/version"
require "mellat/requisition"
require "mellat/verification"
require "mellat/respond"

module Mellat

  class << self
    attr_accessor :configuration
  end
  def self.configure
    self.configuration ||= Configuration.new
    yield configuration
  end

  class Configuration
    attr_accessor :terminalId, :userName, :userPassword, :wsdl, :callBackUrl
    def initialize

    end

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mellat-0.1.3.7.1 lib/mellat.rb
mellat-0.1.3.6.9 lib/mellat.rb
mellat-0.1.3.6.8 lib/mellat.rb
mellat-0.1.3.6.3 lib/mellat.rb
mellat-0.1.3.6.2 lib/mellat.rb