Method: Icss::Meta::Message#params_type
- Defined in:
- lib/icss/message.rb
#params_type ⇒ Object
the type of the message’s params (by convention, its first request field)
57 58 59 |
# File 'lib/icss/message.rb', line 57 def params_type request.first ? request.first.type : {} end |