struct GoogleSpreadsheets::SheetRow

Included Modules

Defined in:

google_spreadsheets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Array(String)) #

[View source]

Instance Method Detail

def <<(x) #

[View source]
def clone #

[View source]
def copy_with(data _data = @data) #

[View source]
def data : Array(String) #

def each(&) #
Description copied from module Enumerable(String)

Must yield this collection's elements to the block.


[View source]