Class: Hames::EventDecl

Inherits:
Data
  • Object
show all
Defined in:
lib/hames/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#docObject (readonly)

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



11
12
13
# File 'lib/hames/events.rb', line 11

def doc
  @doc
end

#durableObject (readonly)

Returns the value of attribute durable

Returns:

  • (Object)

    the current value of durable



11
12
13
# File 'lib/hames/events.rb', line 11

def durable
  @durable
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



11
12
13
# File 'lib/hames/events.rb', line 11

def mode
  @mode
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/hames/events.rb', line 11

def name
  @name
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



11
12
13
# File 'lib/hames/events.rb', line 11

def payload
  @payload
end