class Alfred
Attributes
hash[R]
Public Class Methods
new(data)
click to toggle source
# File bin/ffmapquery, line 112 def initialize(data) json_hash = JSON.parse(data) @hash = hash_flatten(json_hash) end