struct Google::Drive::V3::FileList

Included Modules

Defined in:

drive.cr

Constructors

Instance Method Summary

Macros inherited from module Google::Resource

field(var, key = nil, **options, &block) field, field!(var, key = nil, **options, &block) field!, field?(var, key = nil, **options, &block) field?

Constructor Detail

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

def self.new(pull : MessagePack::Unpacker) #

Instance Method Detail

def each(&) : Nil #
Description copied from module Enumerable(File)

Must yield this collection's elements to the block.


[View source]
def files : Array(File) #

def incomplete_search : Bool #

def kind : String #

def next_page_token : String | Nil #

def to_a #
Description copied from module Enumerable(File)

Returns an Array with all the elements in the collection.

(1..5).to_a # => [1, 2, 3, 4, 5]

[View source]