Class: ReactManifest::GitignorePatcher::Result
- Inherits:
-
Struct
- Object
- Struct
- ReactManifest::GitignorePatcher::Result
- Defined in:
- lib/react_manifest/gitignore_patcher.rb
Instance Attribute Summary collapse
-
#appended ⇒ Object
Returns the value of attribute appended.
-
#keep_created ⇒ Object
Returns the value of attribute keep_created.
Instance Attribute Details
#appended ⇒ Object
Returns the value of attribute appended
10 11 12 |
# File 'lib/react_manifest/gitignore_patcher.rb', line 10 def appended @appended end |
#keep_created ⇒ Object
Returns the value of attribute keep_created
10 11 12 |
# File 'lib/react_manifest/gitignore_patcher.rb', line 10 def keep_created @keep_created end |