Class: Seam::Resources::Webhook

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/webhook.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#event_typesObject

Returns the value of attribute event_types.



6
7
8
# File 'lib/seam/routes/resources/webhook.rb', line 6

def event_types
  @event_types
end

#secretObject

Returns the value of attribute secret.



6
7
8
# File 'lib/seam/routes/resources/webhook.rb', line 6

def secret
  @secret
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/seam/routes/resources/webhook.rb', line 6

def url
  @url
end

#webhook_idObject

Returns the value of attribute webhook_id.



6
7
8
# File 'lib/seam/routes/resources/webhook.rb', line 6

def webhook_id
  @webhook_id
end