module Nearmiss::Client::Account

Methods for the Bookmarks API

Public Instance Methods

account(options = {}) click to toggle source
# File lib/nearmiss-ruby/client/account.rb, line 8
def account(options = {})
  get "account", options
end