Class: Paymill::Webhook

Inherits:
Base
  • Object
show all
Includes:
Restful::Delete, Restful::Update
Defined in:
lib/paymill/models/webhook.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#app_id, #created_at, #id, #updated_at

Method Summary

Methods included from Restful::Delete

#delete

Methods included from Restful::Update

#update

Methods inherited from Base

#initialize

Methods included from Restful::All

#all

Methods included from Restful::Find

#find

Methods included from Restful::Create

#create

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#activeObject

Returns the value of attribute active.



7
8
9
# File 'lib/paymill/models/webhook.rb', line 7

def active
  @active
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/paymill/models/webhook.rb', line 6

def email
  @email
end

#event_typesObject

Returns the value of attribute event_types.



7
8
9
# File 'lib/paymill/models/webhook.rb', line 7

def event_types
  @event_types
end

#livemodeObject (readonly)

Returns the value of attribute livemode.



6
7
8
# File 'lib/paymill/models/webhook.rb', line 6

def livemode
  @livemode
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/paymill/models/webhook.rb', line 6

def url
  @url
end