Class: TestMe::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block.



111
112
113
# File 'lib/logic.rb', line 111

def block
  @block
end

#nameObject

Returns the value of attribute name.



111
112
113
# File 'lib/logic.rb', line 111

def name
  @name
end

#stubsObject

Returns the value of attribute stubs.



111
112
113
# File 'lib/logic.rb', line 111

def stubs
  @stubs
end