Class Atom::Categories
In: lib/atom/collection.rb
Parent: Atom::Element

Methods

scheme=  

Attributes

fixed  [RW]  ‘fixed’ attribute parsing/building

Public Instance methods

[Source]

# File lib/atom/collection.rb, line 13
    def scheme= s
      list.each do |cat|
        unless cat.scheme
          cat.scheme = s
        end
      end
    end

[Validate]