module Maven::Tools::GA

Public Class Methods

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