module SmartVkApi::Methods
Public Instance Methods
method_missing(method_name, *arguments, &block)
click to toggle source
# File lib/smart_vk_api/methods.rb, line 3 def method_missing(method_name, *arguments, &block) Proxy.new(self, method_name) end
respond_to?(method_name, include_private = false)
click to toggle source
# File lib/smart_vk_api/methods.rb, line 7 def respond_to?(method_name, include_private = false) true # we should respond to any method using Proxy end