class GCM::Response
- GCM::Response
- Reference
- Object
Defined in:
gcm/response.crConstructors
Instance Method Summary
- #==(other : Response)
- #body : String
- #body=(body : String)
- #body_as_json
- #canonical_ids : Array(CanonicalID)
- #canonical_ids=(canonical_ids : Array(CanonicalID))
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
- #not_registered_ids : Array(String)
- #not_registered_ids=(not_registered_ids : Array(String))
- #response : String
- #response=(response : String)
- #status_code : Int32
- #status_code=(status_code : Int32)