class WellsFargo::Endpoints::Base
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/wells_fargo/endpoints/base.rb, line 6 def initialize(client) @client = client end