Class: GemXray::GemMetadataResolver::RemotePackage
- Inherits:
-
Struct
- Object
- Struct
- GemXray::GemMetadataResolver::RemotePackage
- Defined in:
- lib/gemxray/gem_metadata_resolver.rb
Instance Attribute Summary collapse
-
#full_gem_path ⇒ Object
Returns the value of attribute full_gem_path.
-
#require_paths ⇒ Object
Returns the value of attribute require_paths.
Instance Attribute Details
#full_gem_path ⇒ Object
Returns the value of attribute full_gem_path
11 12 13 |
# File 'lib/gemxray/gem_metadata_resolver.rb', line 11 def full_gem_path @full_gem_path end |
#require_paths ⇒ Object
Returns the value of attribute require_paths
11 12 13 |
# File 'lib/gemxray/gem_metadata_resolver.rb', line 11 def require_paths @require_paths end |