Class: PostProxy::WebhookEvents::CommentCreatedData
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#author_avatar_url ⇒ Object
Returns the value of attribute author_avatar_url.
-
#author_external_id ⇒ Object
Returns the value of attribute author_external_id.
-
#author_name ⇒ Object
Returns the value of attribute author_name.
-
#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.
-
#is_hidden ⇒ Object
Returns the value of attribute is_hidden.
-
#like_count ⇒ Object
Returns the value of attribute like_count.
-
#parent_external_id ⇒ Object
Returns the value of attribute parent_external_id.
-
#permalink ⇒ Object
Returns the value of attribute permalink.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#platform_data ⇒ Object
Returns the value of attribute platform_data.
-
#platform_post_id ⇒ Object
Returns the value of attribute platform_post_id.
-
#post_id ⇒ Object
Returns the value of attribute post_id.
-
#posted_at ⇒ Object
Returns the value of attribute posted_at.
-
#reply_count ⇒ Object
Returns the value of attribute reply_count.
-
#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.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def @author_avatar_url end |
#author_external_id ⇒ Object
Returns the value of attribute author_external_id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def @author_external_id end |
#author_name ⇒ Object
Returns the value of attribute author_name.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def @author_name end |
#author_username ⇒ Object
Returns the value of attribute author_username.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def @author_username end |
#body ⇒ Object
Returns the value of attribute body.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def created_at @created_at end |
#external_id ⇒ Object
Returns the value of attribute external_id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def external_id @external_id end |
#id ⇒ Object
Returns the value of attribute id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def id @id end |
#is_hidden ⇒ Object
Returns the value of attribute is_hidden.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def is_hidden @is_hidden end |
#like_count ⇒ Object
Returns the value of attribute like_count.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def like_count @like_count end |
#parent_external_id ⇒ Object
Returns the value of attribute parent_external_id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def parent_external_id @parent_external_id end |
#permalink ⇒ Object
Returns the value of attribute permalink.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def permalink @permalink end |
#platform ⇒ Object
Returns the value of attribute platform.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def platform @platform end |
#platform_data ⇒ Object
Returns the value of attribute platform_data.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def platform_data @platform_data end |
#platform_post_id ⇒ Object
Returns the value of attribute platform_post_id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def platform_post_id @platform_post_id end |
#post_id ⇒ Object
Returns the value of attribute post_id.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def post_id @post_id end |
#posted_at ⇒ Object
Returns the value of attribute posted_at.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def posted_at @posted_at end |
#reply_count ⇒ Object
Returns the value of attribute reply_count.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def reply_count @reply_count end |
#status ⇒ Object
Returns the value of attribute status.
67 68 69 |
# File 'lib/postproxy/webhook_events.rb', line 67 def status @status end |