Module: Swagger::Shell::ApiPut
- Defined in:
- lib/swagger/shell/api_struct.rb
Instance Attribute Summary collapse
-
#put_api_info ⇒ Object
Returns the value of attribute put_api_info.
Instance Method Summary collapse
Instance Attribute Details
#put_api_info ⇒ Object
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( = {}) _put(api_url, ) end |