class DataManager::Type
Attributes
args[R]
name[R]
Public Class Methods
new(*args)
click to toggle source
# File template.rb, line 1186 def initialize(*args) @name = args[0] @args = args.length > 1 ? args[1..args.length-1] : [] end