class NHK::Easy::Parser
Public Class Methods
new(data={})
click to toggle source
# File lib/nhk-easy-ruby.rb, line 87 def initialize data={} @data = data end
Public Instance Methods
parse!()
click to toggle source
# File lib/nhk-easy-ruby.rb, line 91 def parse! JSON.parse @data end