Class: Wardite::Section
- Inherits:
-
Object
- Object
- Wardite::Section
- Defined in:
- lib/wardite/load.rb
Direct Known Subclasses
CodeSection, DataCountSection, DataSection, ElemSection, ExportSection, FunctionSection, GlobalSection, ImportSection, MemorySection, StartSection, TableSection, TypeSection
Instance Attribute Summary collapse
-
#code ⇒ Object
: Integer.
-
#name ⇒ Object
: String.
-
#size ⇒ Object
: Integer.
Instance Attribute Details
#code ⇒ Object
: Integer
8 9 10 |
# File 'lib/wardite/load.rb', line 8 def code @code end |
#name ⇒ Object
: String
6 7 8 |
# File 'lib/wardite/load.rb', line 6 def name @name end |
#size ⇒ Object
: Integer
10 11 12 |
# File 'lib/wardite/load.rb', line 10 def size @size end |