Class: RspecInContext::Context
- Inherits:
-
Struct
- Object
- Struct
- RspecInContext::Context
- Defined in:
- lib/rspec_in_context/in_context.rb
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
5 6 7 |
# File 'lib/rspec_in_context/in_context.rb', line 5 def block @block end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/rspec_in_context/in_context.rb', line 5 def name @name end |
#namespace ⇒ Object
Returns the value of attribute namespace
5 6 7 |
# File 'lib/rspec_in_context/in_context.rb', line 5 def namespace @namespace end |
#owner ⇒ Object
Returns the value of attribute owner
5 6 7 |
# File 'lib/rspec_in_context/in_context.rb', line 5 def owner @owner end |