Class: PostProxy::WebhookEvents::ProfileCommentCreatedData
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#author_avatar_url ⇒ Object
Returns the value of attribute author_avatar_url.
-
#author_username ⇒ Object
Returns the value of attribute author_username.
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#parent_external_id ⇒ Object
Returns the value of attribute parent_external_id.
-
#placement_id ⇒ Object
Returns the value of attribute placement_id.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#platform_data ⇒ Object
Returns the value of attribute platform_data.
-
#posted_at ⇒ Object
Returns the value of attribute posted_at.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#author_avatar_url ⇒ Object
Returns the value of attribute author_avatar_url.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def @author_avatar_url end |
#author_username ⇒ Object
Returns the value of attribute author_username.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def @author_username end |
#body ⇒ Object
Returns the value of attribute body.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def created_at @created_at end |
#external_id ⇒ Object
Returns the value of attribute external_id.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def external_id @external_id end |
#id ⇒ Object
Returns the value of attribute id.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def id @id end |
#parent_external_id ⇒ Object
Returns the value of attribute parent_external_id.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def parent_external_id @parent_external_id end |
#placement_id ⇒ Object
Returns the value of attribute placement_id.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def placement_id @placement_id end |
#platform ⇒ Object
Returns the value of attribute platform.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def platform @platform end |
#platform_data ⇒ Object
Returns the value of attribute platform_data.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def platform_data @platform_data end |
#posted_at ⇒ Object
Returns the value of attribute posted_at.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def posted_at @posted_at end |
#profile_id ⇒ Object
Returns the value of attribute profile_id.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def profile_id @profile_id end |
#status ⇒ Object
Returns the value of attribute status.
98 99 100 |
# File 'lib/postproxy/webhook_events.rb', line 98 def status @status end |