Class: TrackFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/stream2tracks/stream.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filename ⇒ Object

Returns the value of attribute filename

Returns:

  • (Object) —

    the current value of filename



26
27
28
# File 'lib/stream2tracks/stream.rb', line 26

def filename
  @filename
end

#format ⇒ Object

Returns the value of attribute format

Returns:

  • (Object) —

    the current value of format



26
27
28
# File 'lib/stream2tracks/stream.rb', line 26

def format
  @format
end

#tags ⇒ Object

Returns the value of attribute tags

Returns:

  • (Object) —

    the current value of tags



26
27
28
# File 'lib/stream2tracks/stream.rb', line 26

def tags
  @tags
end