class Bugzilla::Plugin::Novell

Public Class Methods

new() click to toggle source
Calls superclass method Bugzilla::Plugin::Template::new
# File lib/bugzilla/plugins/nvbugzilla.rb, line 31
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/bugzilla/plugins/nvbugzilla.rb, line 36
def parserhook(*args)
  super
end
posthook(*args) click to toggle source
Calls superclass method Bugzilla::Plugin::Template#posthook
# File lib/bugzilla/plugins/nvbugzilla.rb, line 44
def posthook(*args)
  super
end
prehook(*args) click to toggle source
Calls superclass method Bugzilla::Plugin::Template#prehook
# File lib/bugzilla/plugins/nvbugzilla.rb, line 40
def prehook(*args)
  super
end