Class: ServiceStack::EmptyResponse
- Inherits:
-
Object
- Object
- ServiceStack::EmptyResponse
- Includes:
- DTO
- Defined in:
- lib/servicestack/types.rb
Overview
Returned by APIs with no Response Body.
Instance Attribute Summary collapse
-
#response_status ⇒ Object
Returns the value of attribute response_status.
Class Method Summary collapse
Methods included from DTO
#==, included, #initialize, #inspect, #to_hash, #to_json
Instance Attribute Details
#response_status ⇒ Object
Returns the value of attribute response_status.
52 53 54 |
# File 'lib/servicestack/types.rb', line 52 def response_status @response_status end |
Class Method Details
.properties ⇒ Object
54 55 56 |
# File 'lib/servicestack/types.rb', line 54 def self.properties { response_status: { name: 'responseStatus', type: ResponseStatus } } end |