module Maven::Tools::INU
Public Class Methods
included( base )
click to toggle source
# File lib/maven/tools/model.rb, line 40 def self.included( base ) base.attribute :id, String base.attribute :name, String base.attribute :url, String end