Sha256: b5de2b70a1034af56587d5bec89a94d4dfe522a1b9cd5d4ea20bb19f132d53fe
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
module Platon class Configure < Struct.new(:account_key, :account_password, :pay_url, :callback_url, :error_url, :payment_method) def self.cfg @@cfg ||= Configure.new if block_given? yield @@cfg end @@cfg end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
platon.ua-1.0.1 | app/models/platon/configure.rb |