Sha256: 064e2c1165d9fb5df936576da75b5e5cb615ada5dd39b6863be480d8f8ce7518
Contents?: true
Size: 259 Bytes
Versions: 3
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module YouCanBookMe class AccountParent include ModelUtils # @return [String] attr_accessor :email # @return [String] attr_accessor :id # @return [Integer] attr_accessor :quantityPaidFor end end
Version data entries
3 entries across 3 versions & 1 rubygems