Sha256: 6f03c344da05c6cc20428fd32b15042636f64a47ea1d3763a58ae6a98f068b93

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  # YouCanBookMe's ProfileTentative model.
  class ProfileTentative
    include ModelUtils

    # @return [Boolean]
    attr_accessor :active
    # @return [Boolean]
    attr_accessor :autoRejectActive
    # @return [Integer]
    attr_accessor :autoRejectAfterMinutes

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.3.alpha lib/youcanbookme/models/profile_tentative.rb
youcanbookme-0.0.2.alpha lib/youcanbookme/models/profile_tentative.rb
youcanbookme-0.0.1.alpha lib/youcanbookme/models/profile_tentative.rb