Method: Bugzilla::Plugin::RedHat#initialize
- Defined in:
- lib/ruby-bugzilla/rhbugzilla.rb
#initialize ⇒ RedHat
Returns a new instance of RedHat.
36 37 38 39 40 |
# File 'lib/ruby-bugzilla/rhbugzilla.rb', line 36 def initialize super @hostname = "bugzilla.redhat.com" end |