Class: SimplePvr::RecordingMetadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple_pvr/recording_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorsObject

Returns the value of attribute actors

Returns:

  • (Object)

    the current value of actors



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def actors
  @actors
end

#categoriesObject

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def categories
  @categories
end

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def channel
  @channel
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def description
  @description
end

#directorsObject

Returns the value of attribute directors

Returns:

  • (Object)

    the current value of directors



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def directors
  @directors
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def duration
  @duration
end

#has_iconObject

Returns the value of attribute has_icon

Returns:

  • (Object)

    the current value of has_icon



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def has_icon
  @has_icon
end

#has_thumbnailObject

Returns the value of attribute has_thumbnail

Returns:

  • (Object)

    the current value of has_thumbnail



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def has_thumbnail
  @has_thumbnail
end

#has_webmObject

Returns the value of attribute has_webm

Returns:

  • (Object)

    the current value of has_webm



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def has_webm
  @has_webm
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def id
  @id
end

#presentersObject

Returns the value of attribute presenters

Returns:

  • (Object)

    the current value of presenters



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def presenters
  @presenters
end

#show_nameObject

Returns the value of attribute show_name

Returns:

  • (Object)

    the current value of show_name



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def show_name
  @show_name
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def start_time
  @start_time
end

#subtitleObject

Returns the value of attribute subtitle

Returns:

  • (Object)

    the current value of subtitle



2
3
4
# File 'lib/simple_pvr/recording_manager.rb', line 2

def subtitle
  @subtitle
end