Class: DIFECTS::Suite::Test

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



1113
1114
1115
# File 'lib/difects.rb', line 1113

def block
  @block
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



1113
1114
1115
# File 'lib/difects.rb', line 1113

def desc
  @desc
end

#sandboxObject

Returns the value of attribute sandbox

Returns:

  • (Object)

    the current value of sandbox



1113
1114
1115
# File 'lib/difects.rb', line 1113

def sandbox
  @sandbox
end