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.

Instance Attribute Summary

Attributes inherited from Driver

#parent

Method Summary

Methods inherited from Driver

#connection, #event_topic_name, #initialize, #interval, #method_missing, #pin, #start_driver

Methods included from Celluloid

#timers

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