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

#clientHashie::Mash

Get the current users client

Returns:

  • (Hashie::Mash)

    Client information



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

def client
  get "client"
end

#client_modulesHashie::Mash Also known as: modules

Get the current users client modules

Returns:

  • (Hashie::Mash)

    Client module information



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

def client_modules
  get "client/modules"
end