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

Returns:

  • (Object)

    the current value of download_url



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

def download_url
  @download_url
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



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

def number
  @number
end

#panelistsObject

Returns the value of attribute panelists

Returns:

  • (Object)

    the current value of panelists



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

def panelists
  @panelists
end

#published_atObject

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



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

def published_at
  @published_at
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end