Class: BjondApi::BjondConsequence

Inherits:
Object
  • Object
show all
Defined in:
lib/bjond-consequence.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def description
  @description
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def id
  @id
end

#jsonKeyObject

Returns the value of attribute jsonKey.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def jsonKey
  @jsonKey
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def name
  @name
end

#serviceIdObject

Returns the value of attribute serviceId.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def serviceId
  @serviceId
end

#webhookObject

Returns the value of attribute webhook.



5
6
7
# File 'lib/bjond-consequence.rb', line 5

def webhook
  @webhook
end