Method: HotPepper::Config#reset

Defined in:
lib/hot_pepper/config.rb

#resetObject



15
16
17
18
19
# File 'lib/hot_pepper/config.rb', line 15

def reset
  self.endpoint = "https://webservice.recruit.co.jp/hotpepper/"
  self.api_key = nil
  self.default_max_retries = 10
end