# encoding: UTF-8 # web hook definition as generated by DSL class WebHookDefinition attr_accessor :id, :method, :start def to_hash { id: @id, method: @method } end end