module NicoAPI::HashMapper
Public Class Methods
map_to_hash(xml)
click to toggle source
# File lib/nicoapi/hash_mapper.rb, line 6 def map_to_hash(xml) (Nori.new).parse xml end
Private Instance Methods
map_to_hash(xml)
click to toggle source
# File lib/nicoapi/hash_mapper.rb, line 6 def map_to_hash(xml) (Nori.new).parse xml end