Class: AutomationObject::BluePrint::Composite::CustomMethod
- Defined in:
- lib/automation_object/blue_print/composite/custom_method.rb
Overview
CustomMethod composite class
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from AutomationObject::BluePrint::Composite::Base
Instance Method Details
#element_method ⇒ Symbol?
12 13 14 |
# File 'lib/automation_object/blue_print/composite/custom_method.rb', line 12 def element_method adapter.element_method end |
#evaluate ⇒ String?
17 18 19 |
# File 'lib/automation_object/blue_print/composite/custom_method.rb', line 17 def evaluate adapter.evaluate end |