Class: RspecInContext::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



5
6
7
# File 'lib/rspec_in_context/in_context.rb', line 5

def block
  @block
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



5
6
7
# File 'lib/rspec_in_context/in_context.rb', line 5

def owner
  @owner
end