module Swagger::Shell::ApiPost

Attributes

post_api_info[RW]

Public Instance Methods

post(message = {}) click to toggle source
# File lib/swagger/shell/api_struct.rb, line 12
def post(message = {})
  _post(api_url, message)
end