Class: PostProxy::WebhookEvents::ProfileEventData

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

#idObject

Returns the value of attribute id.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def id
  @id
end

#nameObject

Returns the value of attribute name.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def name
  @name
end

#platformObject

Returns the value of attribute platform.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def platform
  @platform
end

#profile_group_idObject

Returns the value of attribute profile_group_id.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def profile_group_id
  @profile_group_id
end

#statusObject

Returns the value of attribute status.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def status
  @status
end

#uidObject

Returns the value of attribute uid.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def uid
  @uid
end

#usernameObject

Returns the value of attribute username.



55
56
57
# File 'lib/postproxy/webhook_events.rb', line 55

def username
  @username
end