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

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#rolesObject

Returns the value of attribute roles

Returns:

  • (Object)

    the current value of roles



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

def roles
  @roles
end