Class: ActiveBugzilla::Base
- Inherits:
-
Object
- Object
- ActiveBugzilla::Base
- Defined in:
- lib/active_bugzilla/base.rb
Class Method Summary collapse
Class Method Details
.service ⇒ Object
7 8 9 |
# File 'lib/active_bugzilla/base.rb', line 7 def self.service @@service end |
.service=(service) ⇒ Object
3 4 5 |
# File 'lib/active_bugzilla/base.rb', line 3 def self.service=(service) @@service = service end |