class Google::Calendar::Notification

Included Modules

Defined in:

calendar/notification.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, address : String, token : Nil | String = nil, expiration : Time | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address=(address : String) #

[View source]
def expiration : Int64 | Nil #

[View source]
def expiration=(expiration : Int64 | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def token : String | Nil #

[View source]
def token=(token : String | Nil) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]