Class: Kward::StarterPackInstaller::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/starter_pack_installer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#installedObject

Returns the value of attribute installed

Returns:

  • (Object)

    the current value of installed



17
18
19
# File 'lib/kward/starter_pack_installer.rb', line 17

def installed
  @installed
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



17
18
19
# File 'lib/kward/starter_pack_installer.rb', line 17

def skipped
  @skipped
end