Class: AnonymousLoader::VersionRequest 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 load-path version lookup request.

Instance Attribute Summary collapse

Instance Attribute Details

#candidateObject

Returns the value of attribute candidate

Returns:

  • (Object)

    the current value of candidate



21
22
23
# File 'lib/anonymous_loader.rb', line 21

def candidate
  @candidate
end

#require_pathObject

Returns the value of attribute require_path

Returns:

  • (Object)

    the current value of require_path



21
22
23
# File 'lib/anonymous_loader.rb', line 21

def require_path
  @require_path
end

#version_fileObject

Returns the value of attribute version_file

Returns:

  • (Object)

    the current value of version_file



21
22
23
# File 'lib/anonymous_loader.rb', line 21

def version_file
  @version_file
end