Method: Phrase::WebhookDelivery#to_body

Defined in:
lib/phrase/models/webhook_delivery.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)



212
213
214
# File 'lib/phrase/models/webhook_delivery.rb', line 212

def to_body
  to_hash
end