Class: SimplePvr::RecordingMetadata
- Inherits:
-
Struct
- Object
- Struct
- SimplePvr::RecordingMetadata
- Defined in:
- lib/simple_pvr/recording_manager.rb
Instance Attribute Summary collapse
-
#actors ⇒ Object
Returns the value of attribute actors.
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#description ⇒ Object
Returns the value of attribute description.
-
#directors ⇒ Object
Returns the value of attribute directors.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#has_icon ⇒ Object
Returns the value of attribute has_icon.
-
#has_thumbnail ⇒ Object
Returns the value of attribute has_thumbnail.
-
#has_webm ⇒ Object
Returns the value of attribute has_webm.
-
#id ⇒ Object
Returns the value of attribute id.
-
#presenters ⇒ Object
Returns the value of attribute presenters.
-
#show_name ⇒ Object
Returns the value of attribute show_name.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#subtitle ⇒ Object
Returns the value of attribute subtitle.
Instance Attribute Details
#actors ⇒ Object
Returns the value of attribute actors
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def actors @actors end |
#categories ⇒ Object
Returns the value of attribute categories
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def categories @categories end |
#channel ⇒ Object
Returns the value of attribute channel
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def channel @channel end |
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def description @description end |
#directors ⇒ Object
Returns the value of attribute directors
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def directors @directors end |
#duration ⇒ Object
Returns the value of attribute duration
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def duration @duration end |
#has_icon ⇒ Object
Returns the value of attribute has_icon
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def has_icon @has_icon end |
#has_thumbnail ⇒ Object
Returns the value of attribute has_thumbnail
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def has_thumbnail @has_thumbnail end |
#has_webm ⇒ Object
Returns the value of attribute has_webm
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def has_webm @has_webm end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def id @id end |
#presenters ⇒ Object
Returns the value of attribute presenters
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def presenters @presenters end |
#show_name ⇒ Object
Returns the value of attribute show_name
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def show_name @show_name end |
#start_time ⇒ Object
Returns the value of attribute start_time
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def start_time @start_time end |
#subtitle ⇒ Object
Returns the value of attribute subtitle
2 3 4 |
# File 'lib/simple_pvr/recording_manager.rb', line 2 def subtitle @subtitle end |