Class: ServiceStack::EmptyResponse

Inherits:
Object
  • Object
show all
Includes:
DTO
Defined in:
lib/servicestack/types.rb

Overview

Returned by APIs with no Response Body.

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from DTO

#==, included, #initialize, #inspect, #to_hash, #to_json

Instance Attribute Details

#response_statusObject

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

.propertiesObject



54
55
56
# File 'lib/servicestack/types.rb', line 54

def self.properties
  { response_status: { name: 'responseStatus', type: ResponseStatus } }
end