Class: Shakapacker::Manifest::LoadResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/shakapacker/manifest.rb

Overview

Holds the result of loading the manifest file, keeping data and file-existence state in a single atomic value.

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



38
39
40
# File 'lib/shakapacker/manifest.rb', line 38

def data
  @data
end

#manifest_existedObject

Returns the value of attribute manifest_existed

Returns:

  • (Object)

    the current value of manifest_existed



38
39
40
# File 'lib/shakapacker/manifest.rb', line 38

def manifest_existed
  @manifest_existed
end