Module: HotPepper
- Defined in:
- lib/hot_pepper.rb,
lib/hot_pepper/query.rb,
lib/hot_pepper/client.rb,
lib/hot_pepper/config.rb,
lib/hot_pepper/version.rb,
lib/hot_pepper/endpoints.rb,
lib/hot_pepper/endpoints/gourmet.rb
Defined Under Namespace
Modules: Config, Endpoints, Query
Classes: Client, Error
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
27
28
29
|
# File 'lib/hot_pepper/config.rb', line 27
def config
Config
end
|
23
24
25
|
# File 'lib/hot_pepper/config.rb', line 23
def configure
block_given? ? yield(Config) : Config
end
|