Class: Restate::ServiceTag

Inherits:
Struct
  • Object
show all
Defined in:
lib/restate/handler.rb

Overview

Identifies which service a handler belongs to.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/restate/handler.rb', line 6

def description
  @description
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



6
7
8
# File 'lib/restate/handler.rb', line 6

def kind
  @kind
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



6
7
8
# File 'lib/restate/handler.rb', line 6

def 
  @metadata
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/restate/handler.rb', line 6

def name
  @name
end