Class: Buildr::CustomPom::Developer
- Defined in:
- lib/buildr/java/custom_pom.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#roles ⇒ Object
Returns the value of attribute roles.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
18 19 20 |
# File 'lib/buildr/java/custom_pom.rb', line 18 def email @email end |
#id ⇒ Object
Returns the value of attribute id
18 19 20 |
# File 'lib/buildr/java/custom_pom.rb', line 18 def id @id end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/buildr/java/custom_pom.rb', line 18 def name @name end |
#roles ⇒ Object
Returns the value of attribute roles
18 19 20 |
# File 'lib/buildr/java/custom_pom.rb', line 18 def roles @roles end |