Class: Podcast

Inherits:
Struct show all
Defined in:
lib/rubyrogues.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_json, #to_map

Instance Attribute Details

#download_urlObject

Returns the value of attribute download_url



23
24
25
# File 'lib/rubyrogues.rb', line 23

def download_url
  @download_url
end

#numberObject

Returns the value of attribute number



23
24
25
# File 'lib/rubyrogues.rb', line 23

def number
  @number
end

#panelistsObject

Returns the value of attribute panelists



23
24
25
# File 'lib/rubyrogues.rb', line 23

def panelists
  @panelists
end

#published_atObject

Returns the value of attribute published_at



23
24
25
# File 'lib/rubyrogues.rb', line 23

def published_at
  @published_at
end

#titleObject

Returns the value of attribute title



23
24
25
# File 'lib/rubyrogues.rb', line 23

def title
  @title
end

#urlObject

Returns the value of attribute url



23
24
25
# File 'lib/rubyrogues.rb', line 23

def url
  @url
end