Class: Thinkific::User
- Inherits:
-
Object
- Object
- Thinkific::User
- Defined in:
- lib/thinkific/user.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
9 10 11 |
# File 'lib/thinkific/user.rb', line 9 def self.all puts "+++ all users" end |
.get(id) ⇒ Object
5 6 7 |
# File 'lib/thinkific/user.rb', line 5 def self.get id puts "+++ get one user" end |