class UfBaseClass
Public Class Methods
attr_accessor(*vars)
click to toggle source
Calls superclass method
# File lib/ebngen/unifmt.rb, line 8 def self.attr_accessor(*vars) @attributes ||= [] @attributes.concat vars super(*vars) end
attributes()
click to toggle source
# File lib/ebngen/unifmt.rb, line 14 def self.attributes @attributes end
Public Instance Methods
attributes()
click to toggle source
# File lib/ebngen/unifmt.rb, line 18 def attributes self.class.attributes end