Class: PostProxy::WebhookEvents::Event

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/webhook_events.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



8
9
10
# File 'lib/postproxy/webhook_events.rb', line 8

def created_at
  @created_at
end

#dataObject

Returns the value of attribute data.



8
9
10
# File 'lib/postproxy/webhook_events.rb', line 8

def data
  @data
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/postproxy/webhook_events.rb', line 8

def id
  @id
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/postproxy/webhook_events.rb', line 8

def type
  @type
end