Class: RSS::Maker::RSS09::Channel::SkipHours::Hour
- Inherits:
-
HourBase
- Object
- HourBase
- RSS::Maker::RSS09::Channel::SkipHours::Hour
show all
- Defined in:
- lib/rss/maker/0.9.rb
Instance Method Summary
collapse
Instance Method Details
#have_required_values? ⇒ Boolean
117
118
119
|
# File 'lib/rss/maker/0.9.rb', line 117
def have_required_values?
@content
end
|
108
109
110
111
112
113
114
115
|
# File 'lib/rss/maker/0.9.rb', line 108
def (, hours)
hour = ::Channel::SkipHours::Hour.new
set = setup_values(hour)
if set
hours << hour
setup_other_elements()
end
end
|