Class: Wardite::ExportSection::ExportDesc
- Inherits:
-
Object
- Object
- Wardite::ExportSection::ExportDesc
- Defined in:
- lib/wardite.rb
Instance Attribute Summary collapse
-
#func_index ⇒ Object
: Integer.
-
#kind ⇒ Object
: Integer.
-
#name ⇒ Object
: String.
Instance Attribute Details
#func_index ⇒ Object
: Integer
131 132 133 |
# File 'lib/wardite.rb', line 131 def func_index @func_index end |
#kind ⇒ Object
: Integer
129 130 131 |
# File 'lib/wardite.rb', line 129 def kind @kind end |
#name ⇒ Object
: String
127 128 129 |
# File 'lib/wardite.rb', line 127 def name @name end |