Class: Frypan::EpgParser::ParserProcess
- Inherits:
-
Object
- Object
- Frypan::EpgParser::ParserProcess
- Defined in:
- lib/frypan/epg_parser.rb
Instance Method Summary collapse
- #finished? ⇒ Boolean
- #get_parsed ⇒ Object
-
#initialize(file_path) ⇒ ParserProcess
constructor
A new instance of ParserProcess.
Constructor Details
#initialize(file_path) ⇒ ParserProcess
Returns a new instance of ParserProcess.
5 6 7 |
# File 'lib/frypan/epg_parser.rb', line 5 def initialize(file_path) end |
Instance Method Details
#finished? ⇒ Boolean
9 10 11 |
# File 'lib/frypan/epg_parser.rb', line 9 def finished? end |
#get_parsed ⇒ Object
13 14 15 |
# File 'lib/frypan/epg_parser.rb', line 13 def get_parsed end |