Class: EchSpec::Spec::ResultDesc

Inherits:
Struct
  • Object
show all
Defined in:
lib/echspec/spec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



15
16
17
# File 'lib/echspec/spec.rb', line 15

def desc
  @desc
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



15
16
17
# File 'lib/echspec/spec.rb', line 15

def result
  @result
end