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
127 128 129 |
# File 'lib/wardite.rb', line 127 def func_index @func_index end |
#kind ⇒ Object
: Integer
125 126 127 |
# File 'lib/wardite.rb', line 125 def kind @kind end |
#name ⇒ Object
: String
123 124 125 |
# File 'lib/wardite.rb', line 123 def name @name end |