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
7 8 9 |
# File 'lib/wardite/load.rb', line 7 def code @code end |
#name ⇒ Object
: String
5 6 7 |
# File 'lib/wardite/load.rb', line 5 def name @name end |
#size ⇒ Object
: Integer
9 10 11 |
# File 'lib/wardite/load.rb', line 9 def size @size end |