Sha256: 8e317de1edce61fc41d2f509887a6d930e60d01b3c141d889c5f77b1954bccac
Contents?: true
Size: 214 Bytes
Versions: 4
Compression:
Stored size: 214 Bytes
Contents
module Moip2 module Resource class BankAccount < SimpleDelegator attr_reader :client def initialize(client, response) super(response) @client = client end end end end
Version data entries
4 entries across 4 versions & 1 rubygems