Class: PostProxy::WebhookEvents::MediaFailedData
- Defined in:
- lib/postproxy/webhook_events.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#id ⇒ Object
Returns the value of attribute id.
-
#post_id ⇒ Object
Returns the value of attribute post_id.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type.
63 64 65 |
# File 'lib/postproxy/webhook_events.rb', line 63 def content_type @content_type end |
#error_message ⇒ Object
Returns the value of attribute error_message.
63 64 65 |
# File 'lib/postproxy/webhook_events.rb', line 63 def @error_message end |
#id ⇒ Object
Returns the value of attribute id.
63 64 65 |
# File 'lib/postproxy/webhook_events.rb', line 63 def id @id end |
#post_id ⇒ Object
Returns the value of attribute post_id.
63 64 65 |
# File 'lib/postproxy/webhook_events.rb', line 63 def post_id @post_id end |
#status ⇒ Object
Returns the value of attribute status.
63 64 65 |
# File 'lib/postproxy/webhook_events.rb', line 63 def status @status end |