Class: TrackFile
- Inherits:
-
Struct
- Object
- Struct
- TrackFile
- Defined in:
- lib/stream2tracks/stream.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#format ⇒ Object
Returns the value of attribute format.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
26 27 28 |
# File 'lib/stream2tracks/stream.rb', line 26 def filename @filename end |
#format ⇒ Object
Returns the value of attribute format
26 27 28 |
# File 'lib/stream2tracks/stream.rb', line 26 def format @format end |
#tags ⇒ Object
Returns the value of attribute tags
26 27 28 |
# File 'lib/stream2tracks/stream.rb', line 26 def @tags end |