Class Index [+]

Quicksearch

Test::Unit::Attribute

Public Class Methods

included(base) click to toggle source

(Not documented)

# File lib/test/unit/attribute.rb, line 5
        def included(base)
          base.extend(BaseClassMethods)
          base.extend(ClassMethods)
        end

Public Instance Methods

[](name) click to toggle source

(Not documented)

# File lib/test/unit/attribute.rb, line 120
      def [](name)
        self.class.get_attribute(@method_name, name)
      end
attributes() click to toggle source

(Not documented)

# File lib/test/unit/attribute.rb, line 116
      def attributes
        self.class.attributes(@method_name) || {}
      end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.