Sha256: 21f0c2a05c4c0a02c1fed77f23a4904c4a10880ccdbc2bbb4319e6010d440b89

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  class AccountAllocation
    include ModelUtils

    # @return [String]
    attr_accessor :caligraphId
    # @return [String]
    attr_accessor :email
    # @return [Boolean]
    attr_accessor :ghost
    # @return [String]
    attr_accessor :id
    # @return [String]
    attr_accessor :parentCaligraphId
    # @return [String]
    attr_accessor :parentId
    # @return [Integer]
    attr_accessor :quantityAllocated
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.6.alpha lib/youcanbookme/models/account_allocation.rb
youcanbookme-0.0.5.alpha lib/youcanbookme/models/account_allocation.rb
youcanbookme-0.0.4.alpha lib/youcanbookme/models/account_allocation.rb