module RestRedmine
Constants
- VERSION
Attributes
configuration[W]
log[W]
Public Class Methods
configuration()
click to toggle source
# File lib/rest_redmine.rb, line 11 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/rest_redmine.rb, line 15 def self.configure yield(configuration) end
create_log()
click to toggle source
# File lib/rest_redmine.rb, line 19 def self.create_log @log = RestClient.create_log("stdout") end
log()
click to toggle source
# File lib/rest_redmine.rb, line 23 def self.log @log end
version()
click to toggle source
# File lib/rest_redmine/version.rb, line 4 def self.version VERSION end