Class: Clacky::Channel::Adapters::UserAdapterLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::Channel::Adapters::UserAdapterLoader::Result
- Defined in:
- lib/clacky/server/channel/user_adapter_loader.rb
Instance Attribute Summary collapse
-
#loaded ⇒ Object
Returns the value of attribute loaded.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#loaded ⇒ Object
Returns the value of attribute loaded
25 26 27 |
# File 'lib/clacky/server/channel/user_adapter_loader.rb', line 25 def loaded @loaded end |
#skipped ⇒ Object
Returns the value of attribute skipped
25 26 27 |
# File 'lib/clacky/server/channel/user_adapter_loader.rb', line 25 def skipped @skipped end |