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



196
197
198
# File 'lib/wardite/load.rb', line 196

def func_index
  @func_index
end

#kindObject

: Integer



194
195
196
# File 'lib/wardite/load.rb', line 194

def kind
  @kind
end

#nameObject

: String



192
193
194
# File 'lib/wardite/load.rb', line 192

def name
  @name
end