Sha256: e930701dd5e3be365e336e3e574c6dcb508b66e700f8a7594a326b68c3b318c4
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module MkvToolNix module Types module PropEdit class Property attr_reader :property, :removable def initialize(property, removable = true) @property = property @removable = removable end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mkvtoolnix-1.0.0 | lib/mkvtoolnix/types/propedit/property.rb |
mkvtoolnix-0.7.0 | lib/mkvtoolnix/types/propedit/property.rb |