Method: Calligraphy::Resource#create_collection
- Defined in:
- lib/calligraphy/resource/resource.rb
#create_collection ⇒ Object
Responsible for creating a new collection based on the resource (see section 9.3 of RFC4918).
Used in MKCOL requests.
63 64 65 |
# File 'lib/calligraphy/resource/resource.rb', line 63 def create_collection raise NotImplementedError end |