Class: AnonymousLoader::PathRequest Private

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

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Internal normalized resolver request.

Instance Attribute Summary collapse

Instance Attribute Details

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



18
19
20
# File 'lib/anonymous_loader.rb', line 18

def gem_name
  @gem_name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



18
19
20
# File 'lib/anonymous_loader.rb', line 18

def path
  @path
end

#require_pathObject

Returns the value of attribute require_path

Returns:

  • (Object)

    the current value of require_path



18
19
20
# File 'lib/anonymous_loader.rb', line 18

def require_path
  @require_path
end

#requirementObject

Returns the value of attribute requirement

Returns:

  • (Object)

    the current value of requirement



18
19
20
# File 'lib/anonymous_loader.rb', line 18

def requirement
  @requirement
end

#version_fileObject

Returns the value of attribute version_file

Returns:

  • (Object)

    the current value of version_file



18
19
20
# File 'lib/anonymous_loader.rb', line 18

def version_file
  @version_file
end