Method: Fantasydata::Configurable.keys

Defined in:
lib/fantasydata/configurable.rb

.keysObject



13
14
15
16
17
18
19
20
# File 'lib/fantasydata/configurable.rb', line 13

def keys
  @keys ||= [
    :api_key,
    :endpoint,
    :connection_options,
    :middleware,
  ]
end