module StrawberryAPI::Client::Settings
Public Instance Methods
settings()
click to toggle source
Fetches all settings
@return [Hash] A list of all settings
# File lib/strawberry_api/client/settings.rb, line 10 def settings get("/settings").parse['settings'] end