Module: FsFamilytreeV1

Included in:
FsCommunicator
Defined in:
lib/communicator.rb,
lib/fs_familytree_v1.rb

Defined Under Namespace

Classes: AlternateIds, Assertion, Assertions, Child, Communicator, Date, DateAstro, Event, Fact, Familytree, Forms, Gender, Name, NameForm, NamePiece, Parent, Person, PersonInformation, PersonReference, Persons, Pieces, Place, Relationship, Spouse

Constant Summary collapse

NS =
'http://api.familysearch.org/familytree/v1'

Instance Method Summary collapse

Instance Method Details

#fs_familytree_v1Object

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



7
8
9
# File 'lib/communicator.rb', line 7

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