Class: Webhookdb::Organization::QueryResult

Inherits:
Object
  • Object
show all
Defined in:
lib/webhookdb/organization.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns.



180
181
182
# File 'lib/webhookdb/organization.rb', line 180

def columns
  @columns
end

#max_rows_reachedObject

Returns the value of attribute max_rows_reached.



180
181
182
# File 'lib/webhookdb/organization.rb', line 180

def max_rows_reached
  @max_rows_reached
end

#rowsObject

Returns the value of attribute rows.



180
181
182
# File 'lib/webhookdb/organization.rb', line 180

def rows
  @rows
end