Class: Freckle::User

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

Instance Attribute Summary

Attributes inherited from Base

#attributes

Class Method Summary collapse

Methods inherited from Base

#<=>, first, #id, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Freckle::Base

Dynamic Method Handling

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

Class Method Details

.all(options = {}) ⇒ Object



82
83
84
# File 'lib/freckle.rb', line 82

def self.all(options = {})
  super(:users, options)
end