Class: Clacky::Channel::Adapters::UserAdapterLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/server/channel/user_adapter_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loadedObject

Returns the value of attribute loaded

Returns:

  • (Object)

    the current value of loaded



25
26
27
# File 'lib/clacky/server/channel/user_adapter_loader.rb', line 25

def loaded
  @loaded
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



25
26
27
# File 'lib/clacky/server/channel/user_adapter_loader.rb', line 25

def skipped
  @skipped
end