Class: Nusii::WebhookEndpoint
- Extended by:
- Crud::Create, Crud::Destroy, Crud::Get, Crud::List
- Includes:
- Crud::DestroySelf
- Defined in:
- lib/nusii/webhook_endpoint.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#id ⇒ Object
Returns the value of attribute id.
-
#target_url ⇒ Object
Returns the value of attribute target_url.
Instance Method Summary collapse
Methods included from Crud::Get
Methods included from Crud::List
Methods included from Crud::Create
Methods included from Crud::Destroy
Methods included from Crud::DestroySelf
Methods inherited from Resource
class_name, #editable_params, #initialize, #save_params
Constructor Details
This class inherits a constructor from Nusii::Resource
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events.
9 10 11 |
# File 'lib/nusii/webhook_endpoint.rb', line 9 def events @events end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/nusii/webhook_endpoint.rb', line 9 def id @id end |
#target_url ⇒ Object
Returns the value of attribute target_url.
9 10 11 |
# File 'lib/nusii/webhook_endpoint.rb', line 9 def target_url @target_url end |