Class: PostProxy::WebhookEvents::ProfileCommentCreatedData

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.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def author_avatar_url
  @author_avatar_url
end

#author_usernameObject

Returns the value of attribute author_username.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def author_username
  @author_username
end

#bodyObject

Returns the value of attribute body.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def body
  @body
end

#created_atObject

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_idObject

Returns the value of attribute external_id.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def external_id
  @external_id
end

#idObject

Returns the value of attribute id.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def id
  @id
end

#parent_external_idObject

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_idObject

Returns the value of attribute placement_id.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def placement_id
  @placement_id
end

#platformObject

Returns the value of attribute platform.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def platform
  @platform
end

#platform_dataObject

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_atObject

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_idObject

Returns the value of attribute profile_id.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def profile_id
  @profile_id
end

#statusObject

Returns the value of attribute status.



98
99
100
# File 'lib/postproxy/webhook_events.rb', line 98

def status
  @status
end