Class: Track
- Inherits:
-
Struct
- Object
- Struct
- Track
- Defined in:
- lib/stream2tracks/stream.rb
Overview
TODO: perhaps delegate to tags via method_missing?
Instance Attribute Summary collapse
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#tags ⇒ Object
Returns the value of attribute tags
24 25 26 |
# File 'lib/stream2tracks/stream.rb', line 24 def @tags end |
#uri ⇒ Object
Returns the value of attribute uri
24 25 26 |
# File 'lib/stream2tracks/stream.rb', line 24 def uri @uri end |