class Stupeflixclient::StupeflixMeta
Public Class Methods
new(dict)
click to toggle source
Calls superclass method
Stupeflixclient::StupeflixXMLNode::new
# File lib/stupeflixclient/stupeflix_client.rb, line 252 def initialize(dict) children = [] dict.all? {|k, v| children += [StupeflixXMLNode.new(k, nil, nil, v)] } super("meta", {}, children) end