Class: Webhook

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/webhook.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 3

def id
  @id
end

#modeObject

Returns the value of attribute mode.



5
6
7
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 5

def mode
  @mode
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 4

def url
  @url
end