Class: FronkinBandcamp::Track

Inherits:
Struct
  • Object
show all
Defined in:
lib/fronkin_bandcamp/track.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



2
3
4
# File 'lib/fronkin_bandcamp/track.rb', line 2

def duration
  @duration
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



2
3
4
# File 'lib/fronkin_bandcamp/track.rb', line 2

def number
  @number
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/fronkin_bandcamp/track.rb', line 2

def title
  @title
end