Sha256: f2c723f0070e0237920c42d358dd48ef9c735bb4531b489b194d4dd8574b10d5
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module WellsFargo module Endpoints class Base def initialize(client) @client = client end private attr_reader :client end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wells_fargo-api-0.1.0 | lib/wells_fargo/endpoints/base.rb |