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.



178
179
180
# File 'lib/webhookdb/organization.rb', line 178

def columns
  @columns
end

#max_rows_reachedObject

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

#rowsObject

Returns the value of attribute rows.



178
179
180
# File 'lib/webhookdb/organization.rb', line 178

def rows
  @rows
end