class Universa::ReferenceCreationData

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

Attributes

ref[R]

reference to create proxy for @return [Ref]

Public Class Methods

new(ref) click to toggle source

we need to wrap this ref @param [Ref] ref to wrap in {RemoteAdapter}

# File lib/universa/umi.rb, line 488
def initialize ref
  @ref = ref
end