Class: Stupeflix::StupeflixHttpHeader

Inherits:
StupeflixXMLNode show all
Defined in:
lib/stupeflix.rb

Instance Method Summary collapse

Methods inherited from StupeflixXMLNode

#metaChildrenAppend, #xmlGet

Constructor Details

#initialize(key, value) ⇒ StupeflixHttpHeader

Returns a new instance of StupeflixHttpHeader.



295
296
297
# File 'lib/stupeflix.rb', line 295

def initialize(key, value)
  super("header", {"key" => key, "value" => value})
end