module Xhash
Constants
- CURP
- Customer
- Identification
- ProofOfAddress
- RFC
- VERSION
Public Class Methods
api_base()
click to toggle source
# File lib/xhash.rb, line 28 def self.api_base @api_base end
api_base=(api_base)
click to toggle source
# File lib/xhash.rb, line 32 def self.api_base=(api_base) @api_base = api_base end
api_key()
click to toggle source
# File lib/xhash.rb, line 36 def self.api_key @api_key end
api_key=(api_key)
click to toggle source
# File lib/xhash.rb, line 40 def self.api_key=(api_key) @api_key = api_key end
config() { |self| ... }
click to toggle source
# File lib/xhash.rb, line 24 def self.config yield self end
timeout()
click to toggle source
# File lib/xhash.rb, line 44 def self.timeout @timeout end
timeout=(timeout)
click to toggle source
# File lib/xhash.rb, line 48 def self.timeout=(timeout) @timeout = timeout end