Class: Doubapi::Track

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#json, #to_json, #to_map

Instance Attribute Details

#play_urlObject

Returns the value of attribute play_url

Returns:

  • (Object)

    the current value of play_url



61
62
63
# File 'lib/doubapi.rb', line 61

def play_url
  @play_url
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



61
62
63
# File 'lib/doubapi.rb', line 61

def title
  @title
end