Module: Buildr::JtestR::ResultHandler::ExampleMethods
- Defined in:
- lib/buildr/java/jtestr_result.rb
Instance Attribute Summary collapse
-
#__full_description ⇒ Object
Returns the value of attribute __full_description.
-
#description ⇒ Object
Returns the value of attribute description.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#__full_description ⇒ Object
Returns the value of attribute __full_description.
142 143 144 |
# File 'lib/buildr/java/jtestr_result.rb', line 142 def __full_description @__full_description end |
#description ⇒ Object
Returns the value of attribute description.
142 143 144 |
# File 'lib/buildr/java/jtestr_result.rb', line 142 def description @description end |
#location ⇒ Object
Returns the value of attribute location.
142 143 144 |
# File 'lib/buildr/java/jtestr_result.rb', line 142 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
142 143 144 |
# File 'lib/buildr/java/jtestr_result.rb', line 142 def name @name end |