Class: PostProxy::WebhookEvents::PostProcessedPlatform
- 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.
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.
12 13 14 |
# File 'lib/postproxy/webhook_events.rb', line 12 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/postproxy/webhook_events.rb', line 12 def name @name end |
#platform ⇒ Object
Returns the value of attribute platform.
12 13 14 |
# File 'lib/postproxy/webhook_events.rb', line 12 def platform @platform end |