Class: Wardite::ExportSection::ExportDesc

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

Instance Attribute Summary collapse

Instance Attribute Details

#func_indexObject

: Integer



181
182
183
# File 'lib/wardite/load.rb', line 181

def func_index
  @func_index
end

#kindObject

: Integer



179
180
181
# File 'lib/wardite/load.rb', line 179

def kind
  @kind
end

#nameObject

: String



177
178
179
# File 'lib/wardite/load.rb', line 177

def name
  @name
end