Module: FamilytreeV2
- Included in:
- FsCommunicator
- Defined in:
- lib/ruby-fs-stack/familytree/communicator.rb
Defined Under Namespace
Classes: Communicator
Instance Method Summary collapse
-
#familytree_v2 ⇒ Object
This method gets mixed into the FsCommunicator so that you can make calls on the familytree_v2 module.
Instance Method Details
#familytree_v2 ⇒ Object
This method gets mixed into the FsCommunicator so that you can make calls on the familytree_v2 module
8 9 10 |
# File 'lib/ruby-fs-stack/familytree/communicator.rb', line 8 def familytree_v2 @familytree_v2_com ||= Communicator.new self # self at this point refers to the FsCommunicator instance end |