module Simplewoo::Client::Root

Public Instance Methods

root(options = {}) click to toggle source
# File lib/simplewoo/client/root.rb, line 4
def root(options = {})
  get("/", options)
end