Class: RedmineClient::Base
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- RedmineClient::Base
- Defined in:
- lib/redmine_client/base.rb
Class Method Summary collapse
Class Method Details
.configure(&block) ⇒ Object
4 5 6 |
# File 'lib/redmine_client/base.rb', line 4 def self.configure(&block) instance_eval &block end |