class Sesc::Cities::Sp
Public Class Methods
new(html_response)
click to toggle source
# File lib/sesc/cities/sp.rb, line 6 def initialize(html_response) @html_response = html_response end
Public Instance Methods
print_on_terminal()
click to toggle source
# File lib/sesc/cities/sp.rb, line 10 def print_on_terminal Sesc::Exporter::Events.print(events) end
Private Instance Methods
events()
click to toggle source
# File lib/sesc/cities/sp.rb, line 16 def events Sesc::Parser::Sp::Events.new(@html_response).to_hash end