Sha256: 196edcab747741a2af3e5637dfb356ead5986f5c27073826e8a758d97a15f1e9
Contents?: true
Size: 308 Bytes
Versions: 10
Compression:
Stored size: 308 Bytes
Contents
module TalonOne module Integration class CustomerProfile def initialize(raw_data) @raw = raw_data end def id @raw["id"] end def created @raw["created"] end def integration_id @raw["integrationId"] end end end end
Version data entries
10 entries across 10 versions & 1 rubygems