Class: EchSpec::Spec::ResultDesc
- Inherits:
-
Struct
- Object
- Struct
- EchSpec::Spec::ResultDesc
- Defined in:
- lib/echspec/spec.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc
15 16 17 |
# File 'lib/echspec/spec.rb', line 15 def desc @desc end |
#result ⇒ Object
Returns the value of attribute result
15 16 17 |
# File 'lib/echspec/spec.rb', line 15 def result @result end |