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



137
138
139
# File 'lib/wardite/load.rb', line 137

def func_index
  @func_index
end

#kindObject

: Integer



135
136
137
# File 'lib/wardite/load.rb', line 135

def kind
  @kind
end

#nameObject

: String



133
134
135
# File 'lib/wardite/load.rb', line 133

def name
  @name
end