Class: RubynCode::SelfTest::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/self_test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



12
13
14
# File 'lib/rubyn_code/self_test.rb', line 12

def detail
  @detail
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/rubyn_code/self_test.rb', line 12

def name
  @name
end

#passedObject (readonly)

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



12
13
14
# File 'lib/rubyn_code/self_test.rb', line 12

def passed
  @passed
end