Class: ActiveBugzilla::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/active_bugzilla/base.rb

Direct Known Subclasses

Bug, Comment, Field, Flag

Class Method Summary collapse

Class Method Details

.serviceObject



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