class AutomationObject::BluePrint::Composite::Base
This composite namespace is the interface contract for the rest of the application to rely on Adapters should implement the same classes and methods as the composite to achieve reliability with the rest of the application
Attributes
adapter[RW]
Public Class Methods
new(adapter_object)
click to toggle source
# File lib/automation_object/blue_print/composite/base.rb, line 14 def initialize(adapter_object) self.adapter = adapter_object end