Class: EchSpec::Spec::ResultDescURL
- Inherits:
-
Struct
- Object
- Struct
- EchSpec::Spec::ResultDescURL
- 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.
-
#url ⇒ Object
Returns the value of attribute url.
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 |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/echspec/spec.rb', line 15 def url @url end |