Class: Dfect::Suite::Test

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block



1060
1061
1062
# File 'lib/dfect.rb', line 1060

def block
  @block
end

#descObject

Returns the value of attribute desc



1060
1061
1062
# File 'lib/dfect.rb', line 1060

def desc
  @desc
end

#sandboxObject

Returns the value of attribute sandbox



1060
1061
1062
# File 'lib/dfect.rb', line 1060

def sandbox
  @sandbox
end