Class: Stupeflixclient::StupeflixYoutubeUpload

Inherits:
StupeflixUpload show all
Defined in:
lib/stupeflixclient/stupeflix_client.rb

Instance Method Summary collapse

Methods inherited from StupeflixXMLNode

#metaChildrenAppend, #xmlGet

Constructor Details

#initialize(login, password, meta = nil, notify = nil) ⇒ StupeflixYoutubeUpload

Returns a new instance of StupeflixYoutubeUpload.



318
319
320
# File 'lib/stupeflixclient/stupeflix_client.rb', line 318

def initialize(, password, meta = nil, notify = nil)
  super("youtube", {"login" => , "password" => password}, meta, notify)
end