class Yandex::Disk::Client::Request::Publication::AttributesParser
Attributes
public_url[R]
Public Instance Methods
characters(string)
click to toggle source
# File lib/yandex/disk/client/request/publication.rb, line 38 def characters string @public_url = string if (@public_url == true) end
start_element(name, attributes = [])
click to toggle source
# File lib/yandex/disk/client/request/publication.rb, line 31 def start_element name, attributes = [] case name when 'public_url' @public_url = true end end