lib/bjond-consequence.rb in bjond-api-0.1.2 vs lib/bjond-consequence.rb in bjond-api-0.1.3
- old
+ new
@@ -1,7 +1,7 @@
require 'securerandom'
module BjondApi
class BjondConsequence
- attr_accessor :id, :json_key, :name, :description, :webhook, :service_id
+ attr_accessor :id, :jsonKey, :name, :description, :webhook, :serviceId
end
end
\ No newline at end of file