Module: Maven::Tools::SU
- Included in:
- CiManagement, IssueManagement
- Defined in:
- lib/maven/tools/model.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
21 22 23 24 |
# File 'lib/maven/tools/model.rb', line 21 def self.included( base ) base.attribute :system, String base.attribute :url, String end |