class ApiGen::Entry

Attributes

factory[RW]
symbols[RW]

Public Class Methods

new() click to toggle source
# File lib/rhn/apigen.rb, line 12
def initialize
  @factory = nil
  @symbols = []
end