Method: Ably::Models::DeltaExtras#format
- Defined in:
- lib/submodules/ably-ruby/lib/ably/models/delta_extras.rb
#format ⇒ String? (readonly)
The delta compression format. Only vcdiff is supported.
18 19 20 |
# File 'lib/submodules/ably-ruby/lib/ably/models/delta_extras.rb', line 18 def format @format end |