Class: GemXray::GemMetadataResolver::RemotePackage

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

Instance Attribute Summary collapse

Instance Attribute Details

#full_gem_pathObject

Returns the value of attribute full_gem_path

Returns:

  • (Object)

    the current value of full_gem_path



11
12
13
# File 'lib/gemxray/gem_metadata_resolver.rb', line 11

def full_gem_path
  @full_gem_path
end

#require_pathsObject

Returns the value of attribute require_paths

Returns:

  • (Object)

    the current value of require_paths



11
12
13
# File 'lib/gemxray/gem_metadata_resolver.rb', line 11

def require_paths
  @require_paths
end