Class: Rodzilla::Resource::Bugzilla
- Inherits:
-
Base
- Object
- Base
- Rodzilla::Resource::Bugzilla
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
Instance Method Details
#extensions ⇒ Object
17
18
19
|
# File 'lib/rodzilla/resource/bugzilla.rb', line 17
def extensions
rpc_call( rpc_method: 'extensions' )
end
|
#time ⇒ Object
9
10
11
|
# File 'lib/rodzilla/resource/bugzilla.rb', line 9
def time
rpc_call( rpc_method: 'time' )
end
|
#timezone ⇒ Object
13
14
15
|
# File 'lib/rodzilla/resource/bugzilla.rb', line 13
def timezone
rpc_call( rpc_method: 'timezone' )
end
|
#version ⇒ Object
5
6
7
|
# File 'lib/rodzilla/resource/bugzilla.rb', line 5
def version
rpc_call( rpc_method: 'version' )
end
|