class Google::Files::DriveFile

Included Modules

Defined in:

files/drive_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String) #

[View source]

Instance Method Detail

def body(content_bytes : String, content_type : String) #

[View source]
def id : String | Nil #

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

[View source]
def link : String | Nil #

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

[View source]
def name : String #

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

[View source]
def to_attachment #

[View source]