Class: AnonymousLoader::VersionRequest Private
- Inherits:
-
Struct
- Object
- Struct
- AnonymousLoader::VersionRequest
- 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
-
#candidate ⇒ Object
Returns the value of attribute candidate.
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#version_file ⇒ Object
Returns the value of attribute version_file.
Instance Attribute Details
#candidate ⇒ Object
Returns the value of attribute candidate
21 22 23 |
# File 'lib/anonymous_loader.rb', line 21 def candidate @candidate end |
#require_path ⇒ Object
Returns the value of attribute require_path
21 22 23 |
# File 'lib/anonymous_loader.rb', line 21 def require_path @require_path end |
#version_file ⇒ Object
Returns the value of attribute version_file
21 22 23 |
# File 'lib/anonymous_loader.rb', line 21 def version_file @version_file end |