module Swagger::Shell::ApiGet
Attributes
get_api_info[RW]
Public Instance Methods
get(message = {})
click to toggle source
# File lib/swagger/shell/api_struct.rb, line 5 def get(message = {}) _get(api_url, message) end