Class: PostProxy::WebhookEvents::CommentCreatedData

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

#author_avatar_urlObject

Returns the value of attribute author_avatar_url.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def author_avatar_url
  @author_avatar_url
end

#author_external_idObject

Returns the value of attribute author_external_id.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def author_external_id
  @author_external_id
end

#author_nameObject

Returns the value of attribute author_name.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def author_name
  @author_name
end

#author_usernameObject

Returns the value of attribute author_username.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def author_username
  @author_username
end

#bodyObject

Returns the value of attribute body.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def body
  @body
end

#created_atObject

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_idObject

Returns the value of attribute external_id.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def external_id
  @external_id
end

#idObject

Returns the value of attribute id.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def id
  @id
end

#is_hiddenObject

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_countObject

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_idObject

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

Returns the value of attribute permalink.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def permalink
  @permalink
end

#platformObject

Returns the value of attribute platform.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def platform
  @platform
end

#platform_dataObject

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_idObject

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_idObject

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_atObject

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_countObject

Returns the value of attribute reply_count.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def reply_count
  @reply_count
end

#statusObject

Returns the value of attribute status.



67
68
69
# File 'lib/postproxy/webhook_events.rb', line 67

def status
  @status
end