Method: Calligraphy::Resource#refresh_lock
- Defined in:
- lib/calligraphy/resource/resource.rb
#refresh_lock ⇒ Object
Responsible for refreshing locks (see section 9.10.2 of RFC4918).
Used in LOCK requests.
163 164 165 |
# File 'lib/calligraphy/resource/resource.rb', line 163 def refresh_lock raise NotImplementedError end |