Method: TalonOne::Configuration#server_settings
- Defined in:
- lib/talon_one/configuration.rb
#server_settings ⇒ Object
Returns an array of Server setting
221 222 223 224 225 226 227 228 |
# File 'lib/talon_one/configuration.rb', line 221 def server_settings [ { url: "/", description: "No description provided", } ] end |