Class: Id3Taginator::Frames::Buffer::Entities::Buffer
- Inherits:
-
Object
- Object
- Id3Taginator::Frames::Buffer::Entities::Buffer
- Includes:
- Extensions::Comparable
- Defined in:
- lib/id3taginator/frames/buffer/entities/buffer.rb
Instance Attribute Summary collapse
-
#buffer_size ⇒ Object
Returns the value of attribute buffer_size.
-
#embedded_info_flag ⇒ Object
Returns the value of attribute embedded_info_flag.
-
#offset_next_tag ⇒ Object
Returns the value of attribute offset_next_tag.
Instance Method Summary collapse
-
#initialize(buffer_size, embedded_info_flag, offset_next_tag) ⇒ Buffer
constructor
constructor.
Methods included from Extensions::Comparable
Constructor Details
#initialize(buffer_size, embedded_info_flag, offset_next_tag) ⇒ Buffer
constructor
17 18 19 20 21 |
# File 'lib/id3taginator/frames/buffer/entities/buffer.rb', line 17 def initialize(buffer_size, , offset_next_tag) @buffer_size = buffer_size = @offset_next_tag = offset_next_tag end |
Instance Attribute Details
#buffer_size ⇒ Object
Returns the value of attribute buffer_size.
10 11 12 |
# File 'lib/id3taginator/frames/buffer/entities/buffer.rb', line 10 def buffer_size @buffer_size end |
#embedded_info_flag ⇒ Object
Returns the value of attribute embedded_info_flag.
10 11 12 |
# File 'lib/id3taginator/frames/buffer/entities/buffer.rb', line 10 def end |
#offset_next_tag ⇒ Object
Returns the value of attribute offset_next_tag.
10 11 12 |
# File 'lib/id3taginator/frames/buffer/entities/buffer.rb', line 10 def offset_next_tag @offset_next_tag end |