Class: PostProxy::WebhookEvents::MediaFailedData

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

#content_typeObject

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_messageObject

Returns the value of attribute error_message.



63
64
65
# File 'lib/postproxy/webhook_events.rb', line 63

def error_message
  @error_message
end

#idObject

Returns the value of attribute id.



63
64
65
# File 'lib/postproxy/webhook_events.rb', line 63

def id
  @id
end

#post_idObject

Returns the value of attribute post_id.



63
64
65
# File 'lib/postproxy/webhook_events.rb', line 63

def post_id
  @post_id
end

#statusObject

Returns the value of attribute status.



63
64
65
# File 'lib/postproxy/webhook_events.rb', line 63

def status
  @status
end