lib/ably/models/stat.rb in ably-0.8.6 vs lib/ably/models/stat.rb in ably-0.8.7

- old
+ new

@@ -119,10 +119,10 @@ @raw_hash_object = hash_object set_hash_object hash_object end # Aggregates inbound and outbound messages - # return {@Stats::MessageTypes} + # @return {Stats::MessageTypes} def all @all ||= Stats::MessageTypes.new(hash[:all]) end # All inbound messages i.e. received by Ably from clients