Class: WellsFargo::Endpoints::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/wells_fargo/endpoints/base.rb

Direct Known Subclasses

ACH, Token, Wires

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/wells_fargo/endpoints/base.rb', line 6

def initialize(client)
  @client = client
end