lib/youcanbookme/models/profile_tentative.rb in youcanbookme-0.0.3.alpha vs lib/youcanbookme/models/profile_tentative.rb in youcanbookme-0.0.4.alpha

- old
+ new

@@ -1,16 +1,14 @@ # 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