Module: AuthorizedTransaction
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/authorized_transaction.rb,
lib/authorized_transaction/version.rb
Defined Under Namespace
Classes: Error, TransactionUnauthorized
Constant Summary collapse
- VERSION =
'0.3.0'
Class Method Summary collapse
Class Method Details
.configure(&block) ⇒ Object
12 13 14 |
# File 'lib/authorized_transaction.rb', line 12 def self.configure(&block) block_given? ? instance_exec(self, &block) : self end |