Parent

Methods

Files

Nicovideo::Comments

Public Class Methods

new(video_id, xml) click to toggle source
# File lib/nicovideo/comments.rb, line 2
def initialize video_id, xml
  @video_id = video_id
  @xml = xml
end

Public Instance Methods

to_s() click to toggle source
# File lib/nicovideo/comments.rb, line 7
def to_s() @xml.to_s end
to_xml() click to toggle source
# File lib/nicovideo/comments.rb, line 8
def to_xml() @xml.to_s end

[Validate]

Generated with the Darkfish Rdoc Generator 2.