method
    
    href=
  href=(value)
  public
  
    Hide source    
    
      
  
# File lib/rss/xml-stylesheet.rb, line 70 def href=(value) @href = value if @href and @type.nil? @type = guess_type(@href) end @href end

  