Sha256: 85b9f28ffa25a8091786cb8a913ccac29c864080ef210b9035c0d19834c6d930
Contents?: true
Size: 171 Bytes
Versions: 8
Compression:
Stored size: 171 Bytes
Contents
module Plaid class ExchangeTokenResponse attr_accessor :access_token def initialize(fields = {}) @access_token = fields['access_token'] end end end
Version data entries
8 entries across 8 versions & 1 rubygems