Class: MkvToolNix::Types::PropEdit::Property

Inherits:
Object
  • Object
show all
Defined in:
lib/mkvtoolnix/types/propedit/property.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#propertyObject (readonly)

Returns the value of attribute property.



8
9
10
# File 'lib/mkvtoolnix/types/propedit/property.rb', line 8

def property
  @property
end

#removableObject (readonly)

Returns the value of attribute removable.



8
9
10
# File 'lib/mkvtoolnix/types/propedit/property.rb', line 8

def removable
  @removable
end