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, #credentials, #format, #headers, #password, #request_url, #response, #result, #username

Instance Method Summary collapse

Methods inherited from Base

#initialize

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( rpc_method: 'extensions' )
end

#timeObject



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

def time
  rpc_call( rpc_method: 'time' )
end

#timezoneObject



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

def timezone
  rpc_call( rpc_method: 'timezone' )
end

#versionObject



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

def version
  rpc_call( rpc_method: 'version' )
end