module Callback::Parser

Public Instance Methods

parse(json) click to toggle source
# File lib/callback/parser.rb, line 5
def parse(json)
  Hashie::Mash.new json
end