class Rodzilla::Resource::Bugzilla

Public Instance Methods

extensions() click to toggle source
# File lib/rodzilla/resource/bugzilla.rb, line 17
def extensions
  rpc_call :extensions
end
time() click to toggle source
# File lib/rodzilla/resource/bugzilla.rb, line 9
def time
  rpc_call :time
end
timezone() click to toggle source
# File lib/rodzilla/resource/bugzilla.rb, line 13
def timezone
  rpc_call :timezone
end
version() click to toggle source
# File lib/rodzilla/resource/bugzilla.rb, line 5
def version
  rpc_call :version
end