Class: RiotKit::Facades::Runes
- Inherits:
-
Object
- Object
- RiotKit::Facades::Runes
- Defined in:
- lib/riot_kit/facades/runes.rb
Class Method Summary collapse
Class Method Details
.find(rune_id, registry: Registries::DataDragon.current) ⇒ Object
8 9 10 |
# File 'lib/riot_kit/facades/runes.rb', line 8 def self.find(rune_id, registry: Registries::DataDragon.current) Services::DataDragon::FetchRunes.call(rune_id: rune_id, registry: registry).value! end |