Module: Swagger::Shell::ApiGet

Defined in:
lib/swagger/shell/api_struct.rb

Instance Method Summary collapse

Instance Method Details

#get(message = {}) ⇒ Object



4
5
6
# File 'lib/swagger/shell/api_struct.rb', line 4

def get(message = {})
  _get(api_url, message)
end