Class: Yandex::Disk::Client::Request::Publication
- Inherits:
-
Object
- Object
- Yandex::Disk::Client::Request::Publication
- Defined in:
- lib/yandex/disk/client/request/publication.rb
Defined Under Namespace
Classes: AttributesParser
Constant Summary collapse
- BODY =
'<propertyupdate xmlns="DAV:"> <set> <prop> <public_url xmlns="urn:yandex:disk:meta">true</public_url> </prop> </set> </propertyupdate>'
- HEADERS =
{ }
Instance Method Summary collapse
-
#initialize(http, path) ⇒ Publication
constructor
A new instance of Publication.
- #perform ⇒ Object
Constructor Details
#initialize(http, path) ⇒ Publication
Returns a new instance of Publication.
15 16 17 18 |
# File 'lib/yandex/disk/client/request/publication.rb', line 15 def initialize http, path @http = http @path = path end |