Class: Rocksky::Generated::GraphNotFoundActor
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GraphNotFoundActor
- Defined in:
- lib/rocksky/generated/types.rb
Overview
indicates that a handle or DID could not be resolved
Instance Attribute Summary collapse
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#notFound ⇒ Object
Returns the value of attribute notFound.
Instance Attribute Details
#actor ⇒ Object
Returns the value of attribute actor
152 153 154 |
# File 'lib/rocksky/generated/types.rb', line 152 def actor @actor end |
#notFound ⇒ Object
Returns the value of attribute notFound
152 153 154 |
# File 'lib/rocksky/generated/types.rb', line 152 def notFound @notFound end |