lib/ably/models/delta_extras.rb in ably-1.2.2 vs lib/ably/models/delta_extras.rb in ably-1.2.3

- old
+ new

@@ -1,20 +1,19 @@ module Ably::Models + # Contains any arbitrary key-value pairs, which may also contain other primitive JSON types, JSON-encodable objects, + # or JSON-encodable arrays from delta compression. # - # @!attribute [r] from - # @return [String] The id of the message the delta was generated from - # @!attribute [r] format - # @return [String] The delta format. Only vcdiff is supported as at API version 1.2 - # class DeltaExtras include Ably::Modules::ModelCommon - # The id of the message the delta was generated from. + # The ID of the message the delta was generated from. + # # @return [String, nil] # attr_reader :from - # The delta format. + # The delta compression format. Only vcdiff is supported. + # # @return [String, nil] # attr_reader :format def initialize(attributes = {})