Class: Wardite::ExportSection::ExportDesc

Inherits:
Object
  • Object
show all
Defined in:
lib/wardite.rb

Instance Attribute Summary collapse

Instance Attribute Details

#func_indexObject

: Integer



127
128
129
# File 'lib/wardite.rb', line 127

def func_index
  @func_index
end

#kindObject

: Integer



125
126
127
# File 'lib/wardite.rb', line 125

def kind
  @kind
end

#nameObject

: String



123
124
125
# File 'lib/wardite.rb', line 123

def name
  @name
end