Class: RubyLsp::FactoryBot::FactoryIndex::Entry
- Inherits:
-
Struct
- Object
- Struct
- RubyLsp::FactoryBot::FactoryIndex::Entry
- Defined in:
- lib/ruby_lsp/factory_bot/factory_index.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location
9 10 11 |
# File 'lib/ruby_lsp/factory_bot/factory_index.rb', line 9 def location @location end |
#uri ⇒ Object
Returns the value of attribute uri
9 10 11 |
# File 'lib/ruby_lsp/factory_bot/factory_index.rb', line 9 def uri @uri end |