Class: Vimeo::Simple::Activity

Inherits:
Base
  • Object
show all
Defined in:
lib/vimeo/simple/activity.rb

Class Method Summary collapse

Class Method Details

.contacts_did(username) ⇒ Object



13
14
15
# File 'lib/vimeo/simple/activity.rb', line 13

def self.contacts_did(username)
  get("/activity/#{username}/contacts_did.json")
end

.everyone_did(username) ⇒ Object



21
22
23
# File 'lib/vimeo/simple/activity.rb', line 21

def self.everyone_did(username)
  get("/activity/#{username}/everyone_did.json")
end

.happened_to_contacts(username) ⇒ Object



17
18
19
# File 'lib/vimeo/simple/activity.rb', line 17

def self.happened_to_contacts(username)
  get("/activity/#{username}/happened_to_contacts.json")
end

.happened_to_user(username) ⇒ Object



9
10
11
# File 'lib/vimeo/simple/activity.rb', line 9

def self.happened_to_user(username)
  get("/activity/#{username}/happened_to_user.json")
end

.user_did(username) ⇒ Object



5
6
7
# File 'lib/vimeo/simple/activity.rb', line 5

def self.user_did(username)
  get("/activity/#{username}/user_did.json")
end