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