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

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