module Maven::Tools::NU

Public Class Methods

included( base ) click to toggle source
# File lib/maven/tools/model.rb, line 34
def self.included( base )
  base.attribute :name, String
  base.attribute :url, String
end