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

Attributes inherited from Object

#connection, #created, #modified, #name, #path, #uid

Instance Method Summary collapse

Methods inherited from Object

#initialize

Constructor Details

This class inherits a constructor from AMEE::Object

Instance Method Details

#full_pathObject



5
6
7
# File 'lib/amee/data_object.rb', line 5

def full_path
  "/data#{@path}"
end