module Plaidio::Configure

Constants

KEYS

Attributes

customer_id[W]
secret[W]

Public Instance Methods

config() { |self| ... } click to toggle source
# File lib/plaidio/config.rb, line 7
def config
  yield self
  self
end