Method: AWeber::Collection#path

Defined in:
lib/aweber/collection.rb

#pathObject



108
109
110
# File 'lib/aweber/collection.rb', line 108

def path
  parent and parent.path.to_s + @klass.path.to_s or @klass.path.to_s
end