class Google::Calendar::EntryPoint

Included Modules

Defined in:

calendar/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, uri : String, label : Nil | String = nil, access_code : Nil | String = nil) #

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

[View source]

Instance Method Detail

def access_code : String | Nil #

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

[View source]
def label : String | Nil #

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

[View source]
def meeting_code : String | Nil #

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

[View source]
def passcode : String | Nil #

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

[View source]
def password : String | Nil #

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

[View source]
def pin : String | Nil #

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

[View source]
def security #

[View source]
def type : String #

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

[View source]
def uri : String #

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

[View source]