Class: Mexico::FileSystem::PropertyMap

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/mexico/file_system/property_map.rb

Overview

This class provides a corpus representation that is backed up by the filesystem. A central Corpus definition file in the top-level folder contains an XML representation of the corpus structure, and all actual resources are found as files on a file system reachable from the top-level folder.

Instance Attribute Summary collapse

Instance Attribute Details

#valuesObject

Returns the value of attribute values.



35
36
37
# File 'lib/mexico/file_system/property_map.rb', line 35

def values
  @values
end