Class: AnonymousLoader::PathRequest Private
- Inherits:
-
Struct
- Object
- Struct
- AnonymousLoader::PathRequest
- 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
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#require_path ⇒ Object
Returns the value of attribute require_path.
-
#requirement ⇒ Object
Returns the value of attribute requirement.
-
#version_file ⇒ Object
Returns the value of attribute version_file.
Instance Attribute Details
#gem_name ⇒ Object
Returns the value of attribute gem_name
18 19 20 |
# File 'lib/anonymous_loader.rb', line 18 def gem_name @gem_name end |
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/anonymous_loader.rb', line 18 def path @path end |
#require_path ⇒ Object
Returns the value of attribute require_path
18 19 20 |
# File 'lib/anonymous_loader.rb', line 18 def require_path @require_path end |
#requirement ⇒ Object
Returns the value of attribute requirement
18 19 20 |
# File 'lib/anonymous_loader.rb', line 18 def requirement @requirement end |
#version_file ⇒ Object
Returns the value of attribute version_file
18 19 20 |
# File 'lib/anonymous_loader.rb', line 18 def version_file @version_file end |