method

have_required_values?

have_required_values?()
public

No documentation available.

# File lib/rss/maker/2.0.rb, line 116
            def have_required_values?
              @url and @length and @type
            end