static public Method

ImageItemModel.append_features(klass)

There's no documentation for this item.

Source Code

# File rss/image.rb, line 33
def self.append_features(klass)
  super

  klass.install_have_child_element("item", IMAGE_URI, "?",
                                   "#{IMAGE_PREFIX}_item")
  klass.install_must_call_validator(IMAGE_PREFIX, IMAGE_URI)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.