module Milkbottle::Client::Portals

Public Instance Methods

portal(options = {}) click to toggle source
# File lib/milkbottle/client/portals.rb, line 4
def portal(options = {})
  post("/portal", options)
end