Created
November 19, 2019 21:29
-
-
Save cored/b70e47042c316a4b7920dabf02206a81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def self.call(payload) | |
new(body: payload).call | |
end | |
def initialize(body:) | |
@body = body | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment