Module: Unchained::Client::Patcher

Included in:
Unchained::Client
Defined in:
lib/unchained/client/patcher.rb

Defined Under Namespace

Classes: Alert, HeroContent

Instance Method Summary collapse

Instance Method Details

#patcher_alerts(opts = {}) ⇒ Object



30
31
32
# File 'lib/unchained/client/patcher.rb', line 30

def patcher_alerts(opts={})
  get_resources("#{base_url}/patcheralerts", Alert, opts)
end

#patcher_hero_contents(opts = {}) ⇒ Object



26
27
28
# File 'lib/unchained/client/patcher.rb', line 26

def patcher_hero_contents(opts={})
  get_resources("#{base_url}/patcherherocontent", HeroContent, opts)
end