Module: StateMachines::Integrations::Base

Extended by:
ClassMethods
Defined in:
lib/state_machines/integrations/base.rb

Overview

Provides a set of base helpers for managing individual integrations

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes included from ClassMethods

#defaults

Class Method Summary collapse

Methods included from ClassMethods

integration_name, matches?, matches_ancestors?, matching_ancestors

Class Method Details

.included(base) ⇒ Object

:nodoc:



39
40
41
# File 'lib/state_machines/integrations/base.rb', line 39

def self.included(base) #:nodoc:
  base.class_eval { extend ClassMethods }
end