Method: Webhookdb::Messages::Testers::WithFields#initialize
- Defined in:
- lib/webhookdb/messages/specs.rb
#initialize(a: nil, b: nil, c: nil, d: nil, e: nil) ⇒ WithFields
noinspection RubyInstanceVariableNamingConvention
32 33 34 35 36 37 38 39 |
# File 'lib/webhookdb/messages/specs.rb', line 32 def initialize(a: nil, b: nil, c: nil, d: nil, e: nil) @a = a @b = b @c = c @d = d @e = e super() end |