Method: Hackeroo::Configurable.keys
- Defined in:
- lib/hackeroo/configurable.rb
.keys ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/hackeroo/configurable.rb', line 12 def keys @keys ||= [ :clientkey, :endpoint, :connection_options, :identity_map, :middleware, ] end |