module WellsFargo::Endpoints
Public Instance Methods
ach()
click to toggle source
# File lib/wells_fargo/endpoints.rb, line 14 def ach ACH.new(self) end
token()
click to toggle source
# File lib/wells_fargo/endpoints.rb, line 18 def token Token.new(self) end
wires()
click to toggle source
# File lib/wells_fargo/endpoints.rb, line 10 def wires Wires.new(self) end