Class: Sesc::Cities::Sp
- Inherits:
-
Object
- Object
- Sesc::Cities::Sp
- Defined in:
- lib/sesc/cities/sp.rb
Instance Method Summary collapse
-
#initialize(html_response) ⇒ Sp
constructor
A new instance of Sp.
- #print_on_terminal ⇒ Object
Constructor Details
#initialize(html_response) ⇒ Sp
Returns a new instance of Sp.
6 7 8 |
# File 'lib/sesc/cities/sp.rb', line 6 def initialize(html_response) @html_response = html_response end |