Class: Frypan::EpgParser::ParserProcess

Inherits:
Object
  • Object
show all
Defined in:
lib/frypan/epg_parser.rb

Instance Method Summary collapse

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

Returns:

  • (Boolean)


9
10
11
# File 'lib/frypan/epg_parser.rb', line 9

def finished?

end

#get_parsedObject



13
14
15
# File 'lib/frypan/epg_parser.rb', line 13

def get_parsed

end