Module: INU

Included in:
Developer, Repository, Site
Defined in:
lib/maven/tools/model.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



29
30
31
32
33
# File 'lib/maven/tools/model.rb', line 29

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