method
href=
v1_8_6_287 -
Show latest stable
- Class:
RSS::XMLStyleSheet
href=(value)public
No documentation available.
# File lib/rss/xml-stylesheet.rb, line 66
def href=(value)
@href = value
if @href and @type.nil?
@type = guess_type(@href)
end
@href
end