Class: Webhookr::AdapterResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/webhookr/adapter_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



2
3
4
# File 'lib/webhookr/adapter_response.rb', line 2

def event_type
  @event_type
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



2
3
4
# File 'lib/webhookr/adapter_response.rb', line 2

def payload
  @payload
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



2
3
4
# File 'lib/webhookr/adapter_response.rb', line 2

def service_name
  @service_name
end