struct GoogleSpreadsheets::SheetRow

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def <<(x) #

def clone #

def copy_with(data _data = @data) #

def data : Array(String) #

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

Must yield this collection's elements to the block.