Class: Exerb::Resource::VersionInfo::BlockType1

Inherits:
BlockBase
  • Object
show all
Defined in:
lib/exerb/resource/version_info.rb

Overview

BlockType0

Direct Known Subclasses

BlockType1String

Instance Attribute Summary

Attributes inherited from BlockBase

#children, #key, #type, #unicode, #value

Instance Method Summary collapse

Methods inherited from BlockBase

#<<, #pack

Constructor Details

#initialize(key, value = '', unicode = false) ⇒ BlockType1

Returns a new instance of BlockType1.



138
139
140
# File 'lib/exerb/resource/version_info.rb', line 138

def initialize(key, value = '', unicode = false)
  super(0x0001, key, value, unicode)
end