module SmartVkApi
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
call(method_name, params = {})
click to toggle source
# File lib/smart_vk_api.rb, line 54 def self.call(method_name, params = {}) vk.call(method_name, params) end
configure() { |configuration| ... }
click to toggle source
# File lib/smart_vk_api.rb, line 45 def self.configure self.configuration ||= SmartVkApi::Configuration.new yield(configuration) end
reset_configuration()
click to toggle source
# File lib/smart_vk_api.rb, line 41 def self.reset_configuration self.configuration = nil end
vk()
click to toggle source
# File lib/smart_vk_api.rb, line 50 def self.vk SmartVkApi::VK.new end