Class: Restate::ServiceTag
- Inherits:
-
Struct
- Object
- Struct
- Restate::ServiceTag
- Defined in:
- lib/restate/handler.rb
Overview
Identifies which service a handler belongs to.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/restate/handler.rb', line 6 def description @description end |
#kind ⇒ Object
Returns the value of attribute kind
6 7 8 |
# File 'lib/restate/handler.rb', line 6 def kind @kind end |
#metadata ⇒ Object
Returns the value of attribute metadata
6 7 8 |
# File 'lib/restate/handler.rb', line 6 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/restate/handler.rb', line 6 def name @name end |