Method: Ftl::Client#headers
- Defined in:
- lib/ftl/client.rb
#headers(args = {}) ⇒ Object
236 237 238 239 240 |
# File 'lib/ftl/client.rb', line 236 def headers(args={}) what = args.first || :servers display "Showing header options for #{what}" display con.send(what).first.attributes.keys end |