Class: PostProxy::WebhookEvents::Event
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/postproxy/webhook_events.rb', line 8 def created_at @created_at end |
#data ⇒ Object
Returns the value of attribute data.
8 9 10 |
# File 'lib/postproxy/webhook_events.rb', line 8 def data @data end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/postproxy/webhook_events.rb', line 8 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/postproxy/webhook_events.rb', line 8 def type @type end |