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

#initialize

Constructor Details

This class inherits a constructor from AMEE::Object

Instance Attribute Details

#pathObject

Returns the value of attribute path.



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

def path
  @path
end

Instance Method Details

#full_pathObject



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

def full_path
  "/data#{path}"
end