Class: Clacky::PatchLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::PatchLoader::Result
- Defined in:
- lib/clacky/patch_loader.rb
Instance Attribute Summary collapse
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#applied ⇒ Object
Returns the value of attribute applied
43 44 45 |
# File 'lib/clacky/patch_loader.rb', line 43 def applied @applied end |
#disabled ⇒ Object
Returns the value of attribute disabled
43 44 45 |
# File 'lib/clacky/patch_loader.rb', line 43 def disabled @disabled end |
#skipped ⇒ Object
Returns the value of attribute skipped
43 44 45 |
# File 'lib/clacky/patch_loader.rb', line 43 def skipped @skipped end |