Class: Solargraph::Rspec::SpecConfigurationWalker::IncludedModule
- Inherits:
-
Struct
- Object
- Struct
- Solargraph::Rspec::SpecConfigurationWalker::IncludedModule
- Defined in:
- lib/solargraph/rspec/spec_configuration_walker.rb
Overview
Represents a module included via config.include in RSpec.configure
Instance Attribute Summary collapse
-
#file ⇒ String
Returns the value of attribute file.
-
#module_name ⇒ String
Returns the value of attribute module_name.
-
#node ⇒ ::Parser::AST::Node
Returns the value of attribute node.
Instance Attribute Details
#file ⇒ String
Returns the value of attribute file
23 24 25 |
# File 'lib/solargraph/rspec/spec_configuration_walker.rb', line 23 def file @file end |
#module_name ⇒ String
Returns the value of attribute module_name
23 24 25 |
# File 'lib/solargraph/rspec/spec_configuration_walker.rb', line 23 def module_name @module_name end |
#node ⇒ ::Parser::AST::Node
Returns the value of attribute node
23 24 25 |
# File 'lib/solargraph/rspec/spec_configuration_walker.rb', line 23 def node @node end |