Class: ReactManifest::SprocketsManifestPatcher::Result
- Inherits:
-
Struct
- Object
- Struct
- ReactManifest::SprocketsManifestPatcher::Result
- Defined in:
- lib/react_manifest/sprockets_manifest_patcher.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#file ⇒ Object
Returns the value of attribute file.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
13 14 15 |
# File 'lib/react_manifest/sprockets_manifest_patcher.rb', line 13 def detail @detail end |
#file ⇒ Object
Returns the value of attribute file
13 14 15 |
# File 'lib/react_manifest/sprockets_manifest_patcher.rb', line 13 def file @file end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/react_manifest/sprockets_manifest_patcher.rb', line 13 def status @status end |