Sha256: fdf89d5676a000aaacec2dd8e2f26a0ba8ffe08fce6be6ffa6589b9f9ed8b942
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
module WWMD class VSType < VSClassHelpers attr_accessor :value attr_reader :typeref attr_reader :typeval def initialize(typeref,typeval) @typeref = typeref @typeval = typeval end def serialize super # cheat opcode + typeref + typeval end def to_xml super end end end
Version data entries
5 entries across 5 versions & 1 rubygems