Method: Placemaker::Client#documents

Defined in:
lib/placemaker/client.rb

#documentsObject

Returns a collection of Placemaker::Document items as containers for content location information



33
34
35
# File 'lib/placemaker/client.rb', line 33

def documents
  @xml_parser.documents
end