Class: RspecInContext::Context
- Inherits:
-
Struct
- Object
- Struct
- RspecInContext::Context
- Defined in:
- lib/rspec_in_context/in_context.rb
Overview
Context struct
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
9 10 11 |
# File 'lib/rspec_in_context/in_context.rb', line 9 def block @block end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/rspec_in_context/in_context.rb', line 9 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
9 10 11 |
# File 'lib/rspec_in_context/in_context.rb', line 9 def namespace @namespace end |
#owner ⇒ Object
Returns the value of attribute owner
9 10 11 |
# File 'lib/rspec_in_context/in_context.rb', line 9 def owner @owner end |