class GCM::CanonicalID

Defined in:

gcm/response.cr

Constructors

Instance Method Summary

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]