class Stupeflix::StupeflixNotify

Public Class Methods

new( url, statusRegexp) click to toggle source
Calls superclass method Stupeflix::StupeflixXMLNode::new
# File lib/stupeflix.rb, line 289
def initialize( url, statusRegexp)
  super("notify", {"url" => url, "statusRegexp" => statusRegexp})
end