Class: Clacky::ApiExtensionLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ApiExtensionLoader::Result
- Defined in:
- lib/clacky/api_extension_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
17 18 19 |
# File 'lib/clacky/api_extension_loader.rb', line 17 def loaded @loaded end |
#skipped ⇒ Object
Returns the value of attribute skipped
17 18 19 |
# File 'lib/clacky/api_extension_loader.rb', line 17 def skipped @skipped end |