Module: Swagger::Shell::ApiPut

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#put_api_infoObject

Returns the value of attribute put_api_info.



18
19
20
# File 'lib/swagger/shell/api_struct.rb', line 18

def put_api_info
  @put_api_info
end

Instance Method Details

#put(message = {}) ⇒ Object



19
20
21
# File 'lib/swagger/shell/api_struct.rb', line 19

def put(message = {})
  _put(api_url, message)
end