module YandexLocator
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/yandex_locator.rb, line 20 def configure yield(configuration) end
reset()
click to toggle source
# File lib/yandex_locator.rb, line 16 def reset @configuration = Configuration.new end