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



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

def actor
  @actor
end

#notFoundObject

Returns the value of attribute notFound

Returns:

  • (Object)

    the current value of notFound



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

def notFound
  @notFound
end