Class: RBS::EnvironmentLoader::LibraryPath

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs/environment_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/rbs/environment_loader.rb', line 12

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/rbs/environment_loader.rb', line 12

def path
  @path
end