Class: BjondApi::BjondEvent

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/bjond-event.rb', line 4

def description
  @description
end

#fieldsObject

Returns the value of attribute fields.



4
5
6
# File 'lib/bjond-event.rb', line 4

def fields
  @fields
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bjond-event.rb', line 4

def id
  @id
end

#jsonKeyObject

Returns the value of attribute jsonKey.



4
5
6
# File 'lib/bjond-event.rb', line 4

def jsonKey
  @jsonKey
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/bjond-event.rb', line 4

def name
  @name
end

#serviceIdObject

Returns the value of attribute serviceId.



4
5
6
# File 'lib/bjond-event.rb', line 4

def serviceId
  @serviceId
end