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



5
6
7
# File 'lib/lograge/ordered_options.rb', line 5

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