Class: NPR::TopicList
Instance Attribute Summary collapse
-
#has_subcategories ⇒ Object
Returns the value of attribute has_subcategories.
-
#id ⇒ Object
Returns the value of attribute id.
-
#list ⇒ Object
Returns the value of attribute list.
-
#subcategories ⇒ Object
Returns the value of attribute subcategories.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type_id ⇒ Object
Returns the value of attribute type_id.
Method Summary
Methods inherited from Content
Constructor Details
This class inherits a constructor from NPR::Content
Instance Attribute Details
#has_subcategories ⇒ Object
Returns the value of attribute has_subcategories.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def has_subcategories @has_subcategories end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def id @id end |
#list ⇒ Object
Returns the value of attribute list.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def list @list end |
#subcategories ⇒ Object
Returns the value of attribute subcategories.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def subcategories @subcategories end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def title @title end |
#type_id ⇒ Object
Returns the value of attribute type_id.
3 4 5 |
# File 'lib/rubynpr/list.rb', line 3 def type_id @type_id end |