Class: Orderspace::Structs::Webhook

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/webhook.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deletedObject

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



5
6
7
# File 'lib/orderspace/struct/webhook.rb', line 5

def deleted
  @deleted
end

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



5
6
7
# File 'lib/orderspace/struct/webhook.rb', line 5

def endpoint
  @endpoint
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



5
6
7
# File 'lib/orderspace/struct/webhook.rb', line 5

def events
  @events
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/orderspace/struct/webhook.rb', line 5

def id
  @id
end

#signing_keyObject

Returns the value of attribute signing_key

Returns:

  • (Object)

    the current value of signing_key



5
6
7
# File 'lib/orderspace/struct/webhook.rb', line 5

def signing_key
  @signing_key
end