Exception: EyeTV::ConflictProgramException

Inherits:
Exception
  • Object
show all
Defined in:
lib/eyetv.rb

Overview

Exception can be throw by the make_program from EyeTV class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(program) ⇒ ConflictProgramException

Returns a new instance of ConflictProgramException.



132
133
134
# File 'lib/eyetv.rb', line 132

def initialize(program)
  program_exist = program
end

Instance Attribute Details

#program_existObject (readonly)

return the program in conflict



130
131
132
# File 'lib/eyetv.rb', line 130

def program_exist
  @program_exist
end