class Stupeflix::StupeflixDefaultUpload

Public Class Methods

new( meta = nil, notify = nil) click to toggle source
Calls superclass method Stupeflix::StupeflixUpload::new
# File lib/stupeflix.rb, line 336
def initialize( meta = nil, notify = nil)
  children = metaChildrenAppend(meta)
  super("stupeflixStore", {}, meta, notify)
end