Class: PostProxy::WebhookEvents::PostProcessedPlatform

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.



12
13
14
# File 'lib/postproxy/webhook_events.rb', line 12

def id
  @id
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/postproxy/webhook_events.rb', line 12

def name
  @name
end

#platformObject

Returns the value of attribute platform.



12
13
14
# File 'lib/postproxy/webhook_events.rb', line 12

def platform
  @platform
end