Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gcm
v0.2.0
GCM
CanonicalID
Config
Response
Result
SendResponse
Built with Crystal 1.9.2
2023-10-08 13:39:06 UTC
class
GCM::CanonicalID
GCM::CanonicalID
Reference
Object
Defined in:
gcm/response.cr
Constructors
.new
(new_id : String, old_id : String)
Instance Method Summary
#==
(other : CanonicalID)
#new_id
: String
#new_id=
(new_id : String)
#old_id
: String
#old_id=
(old_id : String)
Constructor Detail
def self.
new
(new_id : String, old_id : String)
#
[
View source
]
Instance Method Detail
def
==
(other :
CanonicalID
)
#
[
View source
]
def
new_id
: String
#
[
View source
]
def
new_id=
(new_id : String)
#
[
View source
]
def
old_id
: String
#
[
View source
]
def
old_id=
(old_id : String)
#
[
View source
]