Class: MkvToolNix::Types::PropEdit::Property
- Inherits:
-
Object
- Object
- MkvToolNix::Types::PropEdit::Property
- Defined in:
- lib/mkvtoolnix/types/propedit/property.rb
Instance Attribute Summary collapse
-
#property ⇒ Object
readonly
Returns the value of attribute property.
-
#removable ⇒ Object
readonly
Returns the value of attribute removable.
Instance Method Summary collapse
-
#initialize(property, removable = true) ⇒ Property
constructor
A new instance of Property.
Constructor Details
#initialize(property, removable = true) ⇒ Property
Returns a new instance of Property.
10 11 12 13 |
# File 'lib/mkvtoolnix/types/propedit/property.rb', line 10 def initialize(property, removable = true) @property = property @removable = removable end |
Instance Attribute Details
#property ⇒ Object (readonly)
Returns the value of attribute property.
8 9 10 |
# File 'lib/mkvtoolnix/types/propedit/property.rb', line 8 def property @property end |
#removable ⇒ Object (readonly)
Returns the value of attribute removable.
8 9 10 |
# File 'lib/mkvtoolnix/types/propedit/property.rb', line 8 def removable @removable end |