Class: Buildr::CustomPom::Developer

Inherits:
Struct
  • Object
show all
Defined in:
lib/buildr/java/custom_pom.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email



18
19
20
# File 'lib/buildr/java/custom_pom.rb', line 18

def email
  @email
end

#idObject

Returns the value of attribute id



18
19
20
# File 'lib/buildr/java/custom_pom.rb', line 18

def id
  @id
end

#nameObject

Returns the value of attribute name



18
19
20
# File 'lib/buildr/java/custom_pom.rb', line 18

def name
  @name
end

#rolesObject

Returns the value of attribute roles



18
19
20
# File 'lib/buildr/java/custom_pom.rb', line 18

def roles
  @roles
end