Class: Bugzilla::Plugin::Novell

Inherits:
Template
  • Object
show all
Defined in:
lib/ruby-bugzilla/nvbugzilla.rb

Instance Attribute Summary

Attributes inherited from Template

#hostname

Instance Method Summary collapse

Methods inherited from Template

inherited, #run

Constructor Details

#initializeNovell

Returns a new instance of Novell.



34
35
36
37
# File 'lib/ruby-bugzilla/nvbugzilla.rb', line 34

def initialize
  super
	    @hostname = "bugzilla.novell.com"
end

Instance Method Details

#parserhook(*args) ⇒ Object

def initialize



39
40
41
# File 'lib/ruby-bugzilla/nvbugzilla.rb', line 39

def parserhook(*args)
  super
end

#posthook(*args) ⇒ Object

def prehook



47
48
49
# File 'lib/ruby-bugzilla/nvbugzilla.rb', line 47

def posthook(*args)
  super
end

#prehook(*args) ⇒ Object

def parserhook



43
44
45
# File 'lib/ruby-bugzilla/nvbugzilla.rb', line 43

def prehook(*args)
  super
end