Class: Paymill::Webhook

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

Instance Attribute Summary collapse

Attributes inherited from Base

#created_at, #updated_at

Method Summary

Methods included from Operations::Update

included, #update_attributes

Methods included from Operations::Delete

included

Methods inherited from Base

#initialize, #parse_timestamps, #set_attributes

Methods included from Operations::Find

included

Methods included from Operations::Create

included

Methods included from Operations::All

included

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#event_typesObject

Returns the value of attribute event_types.



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

def event_types
  @event_types
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#livemodeObject

Returns the value of attribute livemode.



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

def livemode
  @livemode
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end