class Stupeflixclient::StupeflixNotify
Public Class Methods
new( url, statusRegexp)
click to toggle source
Calls superclass method
Stupeflixclient::StupeflixXMLNode::new
# File lib/stupeflixclient/stupeflix_client.rb, line 287 def initialize( url, statusRegexp) super("notify", {"url" => url, "statusRegexp" => statusRegexp}) end