module IVLE::IVLENews

Public Instance Methods

public_news(title_only=false) click to toggle source
# File lib/IVLE/api/ivle_news.rb, line 3
def public_news(title_only=false)
  api 'PublicNews', titleonly: title_only
end