Class: Yahoo::SE::Ping
- Inherits:
-
Object
- Object
- Yahoo::SE::Ping
- Defined in:
- lib/yahoo-se/ping.rb
Constant Summary collapse
- SERVICE_PATH =
"#{Yahoo::SE::SERVICE_PATH}/ping"
Instance Method Summary collapse
-
#initialize(sitemap) ⇒ Ping
constructor
A new instance of Ping.
- #response ⇒ Object
Constructor Details
#initialize(sitemap) ⇒ Ping
Returns a new instance of Ping.
17 18 19 20 21 22 |
# File 'lib/yahoo-se/ping.rb', line 17 def initialize(sitemap) @sitemap = sitemap @options = {} @options[:sitemap] = sitemap response end |