Class: ReactManifest::LayoutPatcher::Result
- Inherits:
-
Struct
- Object
- Struct
- ReactManifest::LayoutPatcher::Result
- Defined in:
- lib/react_manifest/layout_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
16 17 18 |
# File 'lib/react_manifest/layout_patcher.rb', line 16 def detail @detail end |
#file ⇒ Object
Returns the value of attribute file
16 17 18 |
# File 'lib/react_manifest/layout_patcher.rb', line 16 def file @file end |
#status ⇒ Object
Returns the value of attribute status
16 17 18 |
# File 'lib/react_manifest/layout_patcher.rb', line 16 def status @status end |