Module: IdentityV2

Included in:
FsCommunicator
Defined in:
lib/ruby-fs-stack/identity/communicator.rb

Defined Under Namespace

Classes: Communicator

Instance Method Summary collapse

Instance Method Details

#identity_v1Object

This method gets mixed into the FsCommunicator so that you can make calls on the fs_familytree_v1 module



12
13
14
# File 'lib/ruby-fs-stack/identity/communicator.rb', line 12

def identity_v1
  identity_v2
end

#identity_v2Object

This method gets mixed into the FsCommunicator so that you can make calls on the fs_familytree_v1 module



6
7
8
# File 'lib/ruby-fs-stack/identity/communicator.rb', line 6

def identity_v2
  @identity_v2_com ||= Communicator.new self # self at this point refers to the FsCommunicator instance
end