class Syobocal::RSS2::Result

Attributes

dc_language[RW]
pub_date[RW]
title[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/syobocal/rss2.rb, line 39
def initialize
  super([])
end