Module: Unchained::Client::MOTD

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

Defined Under Namespace

Classes: Message

Instance Method Summary collapse

Instance Method Details

#motd(opts = {}) ⇒ Object



13
14
15
# File 'lib/unchained/client/motd.rb', line 13

def motd(opts={})
  get_resource("#{base_url}/messageoftheday", Message, opts)
end