Method: WitBot::WitModelRequest#get
- Defined in:
- lib/wit_bot/requests/models/wit_model_request.rb
#get(all: false) ⇒ Object
15 16 17 18 |
# File 'lib/wit_bot/requests/models/wit_model_request.rb', line 15 def get(all: false) path = all ? model_path : individual_model_path request http.get path end |