Class: Phronomy::Agent::StreamEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/phronomy/agent.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



5
6
7
# File 'lib/phronomy/agent.rb', line 5

def payload
  @payload
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/phronomy/agent.rb', line 5

def type
  @type
end