Exception: EyeTV::ConflictProgramException
- Inherits:
-
Exception
- Object
- Exception
- EyeTV::ConflictProgramException
- Defined in:
- lib/eyetv.rb
Overview
Exception can be throw by the make_program from EyeTV class
Instance Attribute Summary collapse
-
#program_exist ⇒ Object
readonly
return the program in conflict.
Instance Method Summary collapse
-
#initialize(program) ⇒ ConflictProgramException
constructor
A new instance of ConflictProgramException.
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_exist ⇒ Object (readonly)
return the program in conflict
130 131 132 |
# File 'lib/eyetv.rb', line 130 def program_exist @program_exist end |