Class: BigQueryAdapter::Connection::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/big_query_adapter/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



7
8
9
# File 'lib/big_query_adapter/connection.rb', line 7

def columns
  @columns
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



7
8
9
# File 'lib/big_query_adapter/connection.rb', line 7

def rows
  @rows
end