Class: Clacky::PatchLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/patch_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appliedObject

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



43
44
45
# File 'lib/clacky/patch_loader.rb', line 43

def applied
  @applied
end

#disabledObject

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



43
44
45
# File 'lib/clacky/patch_loader.rb', line 43

def disabled
  @disabled
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



43
44
45
# File 'lib/clacky/patch_loader.rb', line 43

def skipped
  @skipped
end