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
18 19 20 |
# File 'lib/react_manifest/layout_patcher.rb', line 18 def detail @detail end |
#file ⇒ Object
Returns the value of attribute file
18 19 20 |
# File 'lib/react_manifest/layout_patcher.rb', line 18 def file @file end |
#status ⇒ Object
Returns the value of attribute status
18 19 20 |
# File 'lib/react_manifest/layout_patcher.rb', line 18 def status @status end |