Class: RailwayIpc::HandlerManifest

Inherits:
Struct
  • Object
show all
Defined in:
lib/railway_ipc/handler_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



4
5
6
# File 'lib/railway_ipc/handler_store.rb', line 4

def handler
  @handler
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



4
5
6
# File 'lib/railway_ipc/handler_store.rb', line 4

def message
  @message
end