Class: Webhookdb::Replicator::WebhookRequest

Inherits:
TypedStruct
  • Object
show all
Defined in:
lib/webhookdb/replicator/webhook_request.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from TypedStruct

#[], #_apply, #_defaults, #as_json, #change, #initialize

Constructor Details

This class inherits a constructor from Webhookdb::TypedStruct

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/webhookdb/replicator/webhook_request.rb', line 4

def body
  @body
end

#headersObject

Returns the value of attribute headers.



4
5
6
# File 'lib/webhookdb/replicator/webhook_request.rb', line 4

def headers
  @headers
end

#methodObject

Returns the value of attribute method.



4
5
6
# File 'lib/webhookdb/replicator/webhook_request.rb', line 4

def method
  @method
end

#pathObject

Returns the value of attribute path.



4
5
6
# File 'lib/webhookdb/replicator/webhook_request.rb', line 4

def path
  @path
end