class Epages::Webhook

Constants

KEYS

Public Class Methods

new(data) click to toggle source
# File lib/epages/webhook.rb, line 11
def initialize(data)
  parse_attribute_as_array_of(:links, data.delete(:links), Epages::Link)
  parse_attributes(data)
end