Class: Wardite::ExportSection::ExportDesc

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

Instance Attribute Summary collapse

Instance Attribute Details

#func_indexObject

: Integer



131
132
133
# File 'lib/wardite.rb', line 131

def func_index
  @func_index
end

#kindObject

: Integer



129
130
131
# File 'lib/wardite.rb', line 129

def kind
  @kind
end

#nameObject

: String



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

def name
  @name
end