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
(also: #modules)
Get the current users client modules.
Instance Method Details
#client ⇒ Hashie::Mash
Get the current users client
9 10 11 |
# File 'lib/bwapi/client/client.rb', line 9 def client get "client" end |
#client_modules ⇒ Hashie::Mash Also known as: modules
Get the current users client modules
16 17 18 |
# File 'lib/bwapi/client/client.rb', line 16 def client_modules get "client/modules" end |