Class: Doubapi::Track
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title
61 62 63 |
# File 'lib/doubapi.rb', line 61 def title @title end |
#url ⇒ Object
Returns the value of attribute url
61 62 63 |
# File 'lib/doubapi.rb', line 61 def url @url end |