class Google::Calendar::Notification
- Google::Calendar::Notification
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
calendar/notification.crConstructors
- .new(id : String, address : String, token : Nil | String = nil, expiration : Time | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #address : String
- #address=(address : String)
- #expiration : Int64 | Nil
- #expiration=(expiration : Int64 | Nil)
- #id : String
- #id=(id : String)
- #token : String | Nil
- #token=(token : String | Nil)
- #type : String
- #type=(type : String)
Constructor Detail
def self.new(id : String, address : String, token : Nil | String = nil, expiration : Time | Nil = nil)
#