class Google::Calendar::Attachment

Included Modules

Defined in:

calendar/attachment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_id : Nil | String, file_url : Nil | String) #

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

[View source]

Instance Method Detail

def file_id : String | Nil #

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

[View source]
def file_url : String | Nil #

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

[View source]