Sha256: 89cd0e3ca4cc481f83b7e389f57e7feb29d7eb7c2d72aad7055ee224a966b558
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module YouCanBookMe # YouCanBookMe's ProfileRemoteReminder model. class ProfileRemoteReminder include ModelUtils # @return [String] attr_accessor :id # @return [Integer] attr_accessor :offsetMinutes # @return [String] attr_accessor :type end end
Version data entries
3 entries across 3 versions & 1 rubygems