Class: BjondApi::BjondConsequence
- Inherits:
-
Object
- Object
- BjondApi::BjondConsequence
- Defined in:
- lib/bjond-consequence.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#jsonKey ⇒ Object
Returns the value of attribute jsonKey.
-
#name ⇒ Object
Returns the value of attribute name.
-
#serviceId ⇒ Object
Returns the value of attribute serviceId.
-
#webhook ⇒ Object
Returns the value of attribute webhook.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def id @id end |
#jsonKey ⇒ Object
Returns the value of attribute jsonKey.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def jsonKey @jsonKey end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def name @name end |
#serviceId ⇒ Object
Returns the value of attribute serviceId.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def serviceId @serviceId end |
#webhook ⇒ Object
Returns the value of attribute webhook.
5 6 7 |
# File 'lib/bjond-consequence.rb', line 5 def webhook @webhook end |