Class: AMEE::Data::Object
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Attributes inherited from Object
#connection, #created, #modified, #name, #uid
Instance Method Summary collapse
Methods inherited from Object
#expire_cache, get_and_parse, #initialize
Methods included from ParseHelper
#load_xml_doc, #node_value, #xmlpathpreamble
Constructor Details
This class inherits a constructor from AMEE::Object
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
8 9 10 |
# File 'lib/amee/data_object.rb', line 8 def path @path end |
Instance Method Details
#full_path ⇒ Object
9 10 11 |
# File 'lib/amee/data_object.rb', line 9 def full_path "/data#{path}" end |