Sha256: f56d0f1c667f433c516e9a7c49d3736cf35f5309fe44cd755e9bbb24a303296d
Contents?: true
Size: 346 Bytes
Versions: 5
Compression:
Stored size: 346 Bytes
Contents
module Tangany module Customers class Customer < Object attribute :id, Types::String attribute :owner do attribute :entityId, Types::String end attribute :authorized, Types::Array do attribute :entityId, Types::String end attribute :contracts, Types::Array.of(Contract) end end end
Version data entries
5 entries across 5 versions & 1 rubygems