class Bugzilla::Plugin::Novell

Public Class Methods

new() click to toggle source
Calls superclass method Bugzilla::Plugin::Template.new
# File lib/ruby-bugzilla/nvbugzilla.rb, line 34
def initialize
  super
      @hostname = "bugzilla.novell.com"
end

Public Instance Methods

parserhook(*args) click to toggle source
Calls superclass method Bugzilla::Plugin::Template#parserhook
# File lib/ruby-bugzilla/nvbugzilla.rb, line 39
def parserhook(*args)
  super
end
posthook(*args) click to toggle source
Calls superclass method Bugzilla::Plugin::Template#posthook
# File lib/ruby-bugzilla/nvbugzilla.rb, line 47
def posthook(*args)
  super
end
prehook(*args) click to toggle source
Calls superclass method Bugzilla::Plugin::Template#prehook
# File lib/ruby-bugzilla/nvbugzilla.rb, line 43
def prehook(*args)
  super
end