Class: WellsFargo::Endpoints::Base
- Inherits:
-
Object
- Object
- WellsFargo::Endpoints::Base
- Defined in:
- lib/wells_fargo/endpoints/base.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
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 |