Module: SmartVkApi::Methods
- Included in:
- VK
- Defined in:
- lib/smart_vk_api/methods.rb
Defined Under Namespace
Classes: Proxy
Instance Method Summary collapse
- #method_missing(method_name, *arguments, &block) ⇒ Object
- #respond_to?(method_name, include_private = false) ⇒ Boolean
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Method Details
#respond_to?(method_name, include_private = false) ⇒ Boolean
7 8 9 |
# 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 |