Class: PostProxy::WebhookEvents::ProfileStatsData

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

#placement_idObject

Returns the value of attribute placement_id.



59
60
61
# File 'lib/postproxy/webhook_events.rb', line 59

def placement_id
  @placement_id
end

#platformObject

Returns the value of attribute platform.



59
60
61
# File 'lib/postproxy/webhook_events.rb', line 59

def platform
  @platform
end

#profile_idObject

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_atObject

Returns the value of attribute recorded_at.



59
60
61
# File 'lib/postproxy/webhook_events.rb', line 59

def recorded_at
  @recorded_at
end

#statsObject

Returns the value of attribute stats.



59
60
61
# File 'lib/postproxy/webhook_events.rb', line 59

def stats
  @stats
end