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