Module: StrawberryAPI::Client::Settings
- Included in:
- StrawberryAPI::Client
- Defined in:
- lib/strawberry_api/client/settings.rb
Instance Method Summary collapse
-
#settings ⇒ Hash
Fetches all settings.
Instance Method Details
#settings ⇒ Hash
Fetches all settings
10 11 12 |
# File 'lib/strawberry_api/client/settings.rb', line 10 def settings get("/settings").parse['settings'] end |