Class: PostProxy::WebhookEvents::ProfileStatsData
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#placement_id ⇒ Object
Returns the value of attribute placement_id.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#recorded_at ⇒ Object
Returns the value of attribute recorded_at.
-
#stats ⇒ Object
Returns the value of attribute stats.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#placement_id ⇒ Object
Returns the value of attribute placement_id.
59 60 61 |
# File 'lib/postproxy/webhook_events.rb', line 59 def placement_id @placement_id end |
#platform ⇒ Object
Returns the value of attribute platform.
59 60 61 |
# File 'lib/postproxy/webhook_events.rb', line 59 def platform @platform end |
#profile_id ⇒ Object
Returns the value of attribute profile_id.
59 60 61 |
# File 'lib/postproxy/webhook_events.rb', line 59 def profile_id @profile_id end |
#recorded_at ⇒ Object
Returns the value of attribute recorded_at.
59 60 61 |
# File 'lib/postproxy/webhook_events.rb', line 59 def recorded_at @recorded_at end |
#stats ⇒ Object
Returns the value of attribute stats.
59 60 61 |
# File 'lib/postproxy/webhook_events.rb', line 59 def stats @stats end |