Class: Podcast
Instance Attribute Summary collapse
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#number ⇒ Object
Returns the value of attribute number.
-
#panelists ⇒ Object
Returns the value of attribute panelists.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#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
#download_url ⇒ Object
Returns the value of attribute download_url
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def download_url @download_url end |
#number ⇒ Object
Returns the value of attribute number
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def number @number end |
#panelists ⇒ Object
Returns the value of attribute panelists
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def panelists @panelists end |
#published_at ⇒ Object
Returns the value of attribute published_at
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def published_at @published_at end |
#title ⇒ Object
Returns the value of attribute title
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def title @title end |
#url ⇒ Object
Returns the value of attribute url
23 24 25 |
# File 'lib/rubyrogues.rb', line 23 def url @url end |