Class: Rocksky::Generated::GraphNotFoundActor

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Overview

indicates that a handle or DID could not be resolved

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



152
153
154
# File 'lib/rocksky/generated/types.rb', line 152

def actor
  @actor
end

#notFoundObject

Returns the value of attribute notFound

Returns:

  • (Object)

    the current value of notFound



152
153
154
# File 'lib/rocksky/generated/types.rb', line 152

def notFound
  @notFound
end