Class: Artoo::Drivers::Passthru

Inherits:
Driver
  • Object
show all
Defined in:
lib/artoo/drivers/passthru.rb

Overview

The Passthru driver just passes calls along to the parent's connection.

Constant Summary

Constants inherited from Driver

Driver::COMMANDS

Instance Attribute Summary

Attributes inherited from Driver

#additional_params, #parent

Method Summary

Methods inherited from Driver

#command, #commands, #connection, #event_topic_name, #initialize, #interval, #known_command?, #method_missing, #pin, #require_interface, #start_driver

Constructor Details

This class inherits a constructor from Artoo::Drivers::Driver

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Artoo::Drivers::Driver