Class: NPR::TopicList

Inherits:
Content show all
Defined in:
lib/rubynpr/list.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Content

#initialize

Constructor Details

This class inherits a constructor from NPR::Content

Instance Attribute Details

#has_subcategoriesObject

Returns the value of attribute has_subcategories.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def has_subcategories
  @has_subcategories
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def id
  @id
end

#listObject

Returns the value of attribute list.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def list
  @list
end

#subcategoriesObject

Returns the value of attribute subcategories.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def subcategories
  @subcategories
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def title
  @title
end

#type_idObject

Returns the value of attribute type_id.



3
4
5
# File 'lib/rubynpr/list.rb', line 3

def type_id
  @type_id
end