Class: Piwik::User

Inherits:
Base
  • Object
show all
Defined in:
lib/piwik/user.rb

Instance Attribute Summary

Attributes inherited from Base

#attributes

Class Method Summary collapse

Methods inherited from Base

call, #call, #collection, #config, #created_at, #delete, #id, #id_attr, #initialize, load, load_config_from_file, #method_missing, #new?, parse_xml, #parse_xml, #save

Methods included from ApiScope

included

Methods included from Typecast

included

Constructor Details

This class inherits a constructor from Piwik::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Piwik::Base

Class Method Details

.collectionObject



4
5
6
# File 'lib/piwik/user.rb', line 4

def collection
  Piwik::UsersManager
end

.id_attrObject



8
9
10
# File 'lib/piwik/user.rb', line 8

def id_attr
  :userLogin
end