Class: Conjur::EventSource::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/conjur/event_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'lib/conjur/event_source.rb', line 5

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/conjur/event_source.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/conjur/event_source.rb', line 5

def name
  @name
end