Module: NU

Included in:
Contributor, License, Model, Organization
Defined in:
lib/maven/tools/model.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



23
24
25
26
# File 'lib/maven/tools/model.rb', line 23

def self.included( base )
  base.attribute :name, String
  base.attribute :url, String
end