Class: Rails::Hyperdrive::ManifestLint::Result
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::ManifestLint::Result
- Defined in:
- lib/rails/hyperdrive/manifest_lint.rb
Overview
manifest is nil when the gem ships none, which is legal.
Instance Attribute Summary collapse
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#problems ⇒ Object
Returns the value of attribute problems.
Instance Attribute Details
#manifest ⇒ Object
Returns the value of attribute manifest
28 29 30 |
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 28 def manifest @manifest end |
#problems ⇒ Object
Returns the value of attribute problems
28 29 30 |
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 28 def problems @problems end |