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



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

def client
  get 'client'
end

#client_modulesHashie::Mash

Get the current users client modules

Returns:

  • (Hashie::Mash)

    Client module information



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

def client_modules
  get 'client/modules'
end