Class: PostProxy::WebhookEvents::ProfileEventData
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#profile_group_id ⇒ Object
Returns the value of attribute profile_group_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def platform @platform end |
#profile_group_id ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def status @status end |
#uid ⇒ Object
Returns the value of attribute uid.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def uid @uid end |
#username ⇒ Object
Returns the value of attribute username.
55 56 57 |
# File 'lib/postproxy/webhook_events.rb', line 55 def username @username end |