Class: BigQueryAdapter::Connection::Result
- Inherits:
-
Struct
- Object
- Struct
- BigQueryAdapter::Connection::Result
- Defined in:
- lib/big_query_adapter/connection.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
7 8 9 |
# File 'lib/big_query_adapter/connection.rb', line 7 def columns @columns end |
#rows ⇒ Object
Returns the value of attribute rows
7 8 9 |
# File 'lib/big_query_adapter/connection.rb', line 7 def rows @rows end |