Method: Unchained::Client::MOTD#motd
- Defined in:
- lib/unchained/client/motd.rb
#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 |