Class: Lograge::OrderedOptions

Inherits:
ActiveSupport::OrderedOptions
  • Object
show all
Defined in:
lib/lograge/ordered_options.rb

Instance Method Summary collapse

Instance Method Details

#custom_payload(&block) ⇒ Object



8
9
10
# File 'lib/lograge/ordered_options.rb', line 8

def custom_payload(&block)
  self.custom_payload_method = block
end