Sha256: 5e2335e61c9842e07b37d2827a2ed09d1a13932428839074d786f8f65af4ffb1
Contents?: true
Size: 133 Bytes
Versions: 6
Compression:
Stored size: 133 Bytes
Contents
module SynapsePay class APIEndpoint attr_accessor :client def initialize(client) @client = client end end end
Version data entries
6 entries across 6 versions & 1 rubygems