Method: TVTid::Program#description

Defined in:
library/tvtid/program.rb

#descriptionString

Returns the description of the program.

Returns:

  • the description of the program.



19
20
21
# File 'library/tvtid/program.rb', line 19

def description
  @description
end