Class: Analytical::Modules::DummyModule
- Inherits:
-
Object
- Object
- Analytical::Modules::DummyModule
- Includes:
- Base
- Defined in:
- lib/analytical/api.rb
Instance Attribute Summary
Attributes included from Base
#command_store, #initialized, #options, #tracking_command_location
Instance Method Summary collapse
Methods included from Base
#init_location, #init_location?, #initialize, #process_queued_commands, #protocol, #queue
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
5 |
# File 'lib/analytical/api.rb', line 5 def method_missing(method, *args, &block); nil; end |