module CryptocoinPayable
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/cryptocoin_payable/config.rb, line 6 def self.configure @configuration ||= Configuration.new yield(configuration) end