module BWAPI::Client::Admin::Demographics

Demographics module for admin/demographics endpoints

Public Instance Methods

classify_author(opts = {}) click to toggle source

Get the classification of an author by author description

@param opts [Hash] options hash of parameters @option opts [String] description of the author @return [Hash] Classification of an author

# File lib/bwapi/client/admin/demographics.rb, line 11
def classify_author(opts = {})
  get 'admin/demographics/classify', opts
end