Method: Webhookdb::Formatting::Table#as_json
- Defined in:
- lib/webhookdb/formatting.rb
#as_json(*o) ⇒ Object
52 53 54 |
# File 'lib/webhookdb/formatting.rb', line 52 def as_json(*o) return {type: "table", value: {headers: self.headers, rows: self.rows.as_json(*o)}} end |