Class: Vkontakte::Api::Wall::Standart

Inherits:
Base
  • Object
show all
Defined in:
lib/vkontakte/api/wall.rb

Instance Attribute Summary

Attributes inherited from Base

#app, #default_params

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from Vkontakte::Api::Base

Instance Method Details

#get(options = {}) ⇒ Object



16
17
18
# File 'lib/vkontakte/api/wall.rb', line 16

def get(options = {})
  call('wall.get', options)
end

#getById(options = {}) ⇒ Object



22
23
24
# File 'lib/vkontakte/api/wall.rb', line 22

def getById(options = {})
  call('wall.getById', options)
end

#getComments(options = {}) ⇒ Object



28
29
30
# File 'lib/vkontakte/api/wall.rb', line 28

def getComments(options = {})
  call('wall.getComments', options)
end

#getReposts(options = {}) ⇒ Object



34
35
36
# File 'lib/vkontakte/api/wall.rb', line 34

def getReposts(options = {})
  call('wall.getReposts', options)
end