Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
monkey_shoulder
v0.2.0
HTTP
WebSocket
MonkeyShoulder
Annotations
BuiltInMethod
ExternalMethod
MaintenanceMethod
UpdateMethod
Application
Binding
Annotations
Registry
Models
Binding
Message
MetaData
Request
Response
Registry
MonkeyShoulderWeb
Controllers
InstanceController
Models
Registry
Server
Redis
Utilities
Synchronized
Generated using Crystal 1.10.1
2024-06-12 09:14:30 UTC
class
MonkeyShoulder::
Models::
Response
MonkeyShoulder::Models::Response
Reference
Object
Included Modules
JSON::Serializable
Defined in:
monkey_shoulder/models/response.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#body
: JSON::Any
#body=
(body : JSON::Any)
#entity_tag
: String
#entity_tag=
(entity_tag : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
body
: JSON::Any
#
[
View source
]
def
body=
(body : JSON::Any)
#
[
View source
]
def
entity_tag
: String
#
[
View source
]
def
entity_tag=
(entity_tag : String)
#
[
View source
]