Module: Conformity
- Defined in:
- lib/conformity.rb,
lib/conformity/form.rb,
lib/conformity/field.rb,
lib/conformity/fields.rb,
lib/conformity/actions.rb,
lib/conformity/version.rb,
lib/conformity/success_conditions.rb
Defined Under Namespace
Classes: ActionError, Actions, ConformityError, Field, FieldError, Fields, Form, SuccessConditions
Constant Summary collapse
- VERSION =
"0.0.11"
Class Attribute Summary collapse
- .log_screenshots ⇒ Object
-
.screenshots_folder ⇒ Object
Returns the value of attribute screenshots_folder.
Class Method Summary collapse
Class Attribute Details
.log_screenshots ⇒ Object
30 31 32 |
# File 'lib/conformity.rb', line 30 def log_screenshots @log_screenshots ||= false end |
.screenshots_folder ⇒ Object
Returns the value of attribute screenshots_folder.
24 25 26 |
# File 'lib/conformity.rb', line 24 def screenshots_folder @screenshots_folder end |
Class Method Details
.configure {|_self| ... } ⇒ Object
26 27 28 |
# File 'lib/conformity.rb', line 26 def configure yield self end |