Class: Clacky::ApiExtensionLoader::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#loadedObject

Returns the value of attribute loaded

Returns:

  • (Object)

    the current value of loaded



17
18
19
# File 'lib/clacky/api_extension_loader.rb', line 17

def loaded
  @loaded
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



17
18
19
# File 'lib/clacky/api_extension_loader.rb', line 17

def skipped
  @skipped
end