Class: RubyLsp::FactoryBot::FactoryIndex::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_lsp/factory_bot/factory_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



9
10
11
# File 'lib/ruby_lsp/factory_bot/factory_index.rb', line 9

def location
  @location
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



9
10
11
# File 'lib/ruby_lsp/factory_bot/factory_index.rb', line 9

def uri
  @uri
end