Class: BjondApi::BjondEvent
- Inherits:
-
Object
- Object
- BjondApi::BjondEvent
- Defined in:
- lib/bjond-event.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#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.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def description @description end |
#fields ⇒ Object
Returns the value of attribute fields.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def fields @fields end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def id @id end |
#jsonKey ⇒ Object
Returns the value of attribute jsonKey.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def jsonKey @jsonKey end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def name @name end |
#serviceId ⇒ Object
Returns the value of attribute serviceId.
4 5 6 |
# File 'lib/bjond-event.rb', line 4 def serviceId @serviceId end |