Class: Universa::ReferenceCreationData

Inherits:
Object
  • Object
show all
Defined in:
lib/universa/umi.rb

Overview

Service uses this class to contruct RemoteAdapter pointing to the existing remote object instead of instantiating new one.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ref) ⇒ ReferenceCreationData

we need to wrap this ref

Parameters:



488
489
490
# File 'lib/universa/umi.rb', line 488

def initialize ref
  @ref = ref
end

Instance Attribute Details

#refRef (readonly)

reference to create proxy for

Returns:



484
485
486
# File 'lib/universa/umi.rb', line 484

def ref
  @ref
end