class AutomationObject::BluePrint::HashAdapter::AutomaticModalChange

Automatic Modal Change Composite

Public Instance Methods

close() click to toggle source
# File lib/automation_object/blue_print/hash_adapter/automatic_modal_change.rb, line 31
def close
  hash[:close] ||= false
end
modal_name() click to toggle source
number_of_checks() click to toggle source
# File lib/automation_object/blue_print/hash_adapter/automatic_modal_change.rb, line 27
def number_of_checks
  hash[:number_of_checks] ||= 1
end