Module: Unchained::Client::Patcher
Defined Under Namespace
Classes: Alert, HeroContent
Instance Method Summary
collapse
Instance Method Details
#patcher_alerts(opts = {}) ⇒ Object
28
29
30
|
# File 'lib/unchained/client/patcher.rb', line 28
def patcher_alerts(opts={})
get_resources("#{base_url}/patcheralerts", Alert, opts)
end
|
#patcher_hero_contents(opts = {}) ⇒ Object
24
25
26
|
# File 'lib/unchained/client/patcher.rb', line 24
def patcher_hero_contents(opts={})
get_resources("#{base_url}/patcherherocontent", HeroContent, opts)
end
|