Sha256: a7dad5969cacf1efc137732891ec9db2bf8b4964928ed8b05c5945326cba6850

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  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

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