lib/ably/models/protocol_message.rb in ably-0.8.3 vs lib/ably/models/protocol_message.rb in ably-0.8.4

- old
+ new

@@ -224,9 +224,10 @@ def invalid? action_enum = action rescue nil !action_enum || (ack_required? && !has_serial?) end - private + # @!attribute [r] logger + # @api private attr_reader :logger end end