Class: Webhookdb::Organization::QueryResult
- Inherits:
-
Object
- Object
- Webhookdb::Organization::QueryResult
- Defined in:
- lib/webhookdb/organization.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#max_rows_reached ⇒ Object
Returns the value of attribute max_rows_reached.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns.
178 179 180 |
# File 'lib/webhookdb/organization.rb', line 178 def columns @columns end |
#max_rows_reached ⇒ Object
Returns the value of attribute max_rows_reached.
178 179 180 |
# File 'lib/webhookdb/organization.rb', line 178 def max_rows_reached @max_rows_reached end |
#rows ⇒ Object
Returns the value of attribute rows.
178 179 180 |
# File 'lib/webhookdb/organization.rb', line 178 def rows @rows end |