Class: Discorb::Voice::OggStream::Page::Packet
- Inherits:
-
Struct
- Object
- Struct
- Discorb::Voice::OggStream::Page::Packet
- Defined in:
- lib/discorb/voice/ogg.rb
Overview
Returns The struct of the packet.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#page ⇒ Object
Returns the value of attribute page.
-
#partial ⇒ Object
Returns the value of attribute partial.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
60 61 62 |
# File 'lib/discorb/voice/ogg.rb', line 60 def data @data end |
#page ⇒ Object
Returns the value of attribute page
60 61 62 |
# File 'lib/discorb/voice/ogg.rb', line 60 def page @page end |
#partial ⇒ Object
Returns the value of attribute partial
60 61 62 |
# File 'lib/discorb/voice/ogg.rb', line 60 def partial @partial end |