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

Version Path
tangany-0.0.5 lib/tangany/customers/objects/customer.rb
tangany-0.0.4 lib/tangany/customers/objects/customer.rb
tangany-0.0.3 lib/tangany/customers/objects/customer.rb
tangany-0.0.2 lib/tangany/customers/objects/customer.rb
tangany-0.0.1 lib/tangany/customers/objects/customer.rb