Module: BWAPI::Client::Client

Included in:
BWAPI::Client
Defined in:
lib/bwapi/client/client.rb

Overview

Client module for client endpoints

Instance Method Summary collapse

Instance Method Details

#clientHash

Get the current users client

Returns:

  • (Hash)

    Client information



8
9
10
# File 'lib/bwapi/client/client.rb', line 8

def client
  get 'client'
end

#client_modulesHash

Get the current users client modules

Returns:

  • (Hash)

    Client module information



15
16
17
# File 'lib/bwapi/client/client.rb', line 15

def client_modules
  get 'client/modules'
end