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
-
#client ⇒ Hashie::Mash
Get the current users client.
-
#client_modules ⇒ Hashie::Mash
Get the current users client modules.
Instance Method Details
#client ⇒ Hashie::Mash
Get the current users client
10 11 12 |
# File 'lib/bwapi/client/client.rb', line 10 def client get 'client' end |
#client_modules ⇒ Hashie::Mash
Get the current users client modules
17 18 19 |
# File 'lib/bwapi/client/client.rb', line 17 def client_modules get 'client/modules' end |