Class: NRSER::SendSerializer
- Defined in:
- lib/nrser/functions/tree/transform.rb
Instance Method Summary collapse
-
#initialize(messages = []) ⇒ SendSerializer
constructor
A new instance of SendSerializer.
- #method_missing(symbol, *args, &block) ⇒ Object
- #to_proc(publicly: true) ⇒ Object
Constructor Details
#initialize(messages = []) ⇒ SendSerializer
Returns a new instance of SendSerializer.
16 17 18 |
# File 'lib/nrser/functions/tree/transform.rb', line 16 def initialize = [] @messages = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method