Class: Thinkific::User

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

Class Method Summary collapse

Class Method Details

.allObject



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