Class: AMEE::Data::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/amee/data_object.rb

Direct Known Subclasses

Category, DrillDown, Item, ItemValue

Instance Attribute Summary collapse

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

#pathObject

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_pathObject



9
10
11
# File 'lib/amee/data_object.rb', line 9

def full_path
  "/data#{path}"
end