Class: Rails::Hyperdrive::ManifestLint::RepoSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/hyperdrive/manifest_lint.rb

Overview

Discovery resolves every root against an installed gem's path; in the companion's repo that is the checkout.

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



32
33
34
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32

def full_gem_path
  @full_gem_path
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



32
33
34
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32

def 
  @metadata
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



32
33
34
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32

def name
  @name
end