Class: RBS::EnvironmentLoader::GemPath

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



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

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end