Class: Kward::StarterPackInstaller::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::StarterPackInstaller::Result
- Defined in:
- lib/kward/starter_pack_installer.rb
Instance Attribute Summary collapse
-
#installed ⇒ Object
Returns the value of attribute installed.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#installed ⇒ Object
Returns the value of attribute installed
17 18 19 |
# File 'lib/kward/starter_pack_installer.rb', line 17 def installed @installed end |
#skipped ⇒ Object
Returns the value of attribute skipped
17 18 19 |
# File 'lib/kward/starter_pack_installer.rb', line 17 def skipped @skipped end |