Class: Rails::Hyperdrive::ManifestLint::Result

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

Overview

manifest is nil when the gem ships none, which is legal.

Instance Attribute Summary collapse

Instance Attribute Details

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



28
29
30
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 28

def manifest
  @manifest
end

#problemsObject

Returns the value of attribute problems

Returns:

  • (Object)

    the current value of problems



28
29
30
# File 'lib/rails/hyperdrive/manifest_lint.rb', line 28

def problems
  @problems
end