Class: Rodzilla::Resource::Bugzilla

Inherits:
Base
  • Object
show all
Defined in:
lib/rodzilla/resource/bugzilla.rb

Instance Attribute Summary

Attributes inherited from Base

#base_url, #format, #password, #service, #username

Instance Method Summary collapse

Methods inherited from Base

#initialize, #raw_http_request, #rpc_call

Constructor Details

This class inherits a constructor from Rodzilla::Resource::Base

Instance Method Details

#extensionsObject



17
18
19
# File 'lib/rodzilla/resource/bugzilla.rb', line 17

def extensions
  rpc_call :extensions
end

#timeObject



9
10
11
# File 'lib/rodzilla/resource/bugzilla.rb', line 9

def time
  rpc_call :time
end

#timezoneObject



13
14
15
# File 'lib/rodzilla/resource/bugzilla.rb', line 13

def timezone
  rpc_call :timezone
end

#versionObject



5
6
7
# File 'lib/rodzilla/resource/bugzilla.rb', line 5

def version
  rpc_call :version
end