Class: Rails::Hyperdrive::ManifestLint::RepoSpec
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::ManifestLint::RepoSpec
- 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
-
#full_gem_path ⇒ Object
Returns the value of attribute full_gem_path.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#full_gem_path ⇒ Object
Returns the value of attribute full_gem_path
32 33 34 |
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32 def full_gem_path @full_gem_path end |
#metadata ⇒ Object
Returns the value of attribute metadata
32 33 34 |
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 32 def name @name end |