Class: Stupeflixclient::StupeflixProfile

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

Instance Method Summary collapse

Methods inherited from StupeflixXMLNode

#metaChildrenAppend, #xmlGet

Constructor Details

#initialize(profileName, uploads = nil, meta = nil, notify = nil) ⇒ StupeflixProfile

Returns a new instance of StupeflixProfile.



280
281
282
283
# File 'lib/stupeflixclient/stupeflix_client.rb', line 280

def initialize( profileName, uploads = nil, meta = nil, notify = nil)
  children = metaChildrenAppend(meta, notify, uploads)
  super("profile", {"name" => profileName}, children)
end