Module: RestMyCase::Config::Base
Instance Attribute Summary collapse
-
#parent_dependencies_first ⇒ Object
Returns the value of attribute parent_dependencies_first.
-
#silence_dependencies_abort ⇒ Object
Returns the value of attribute silence_dependencies_abort.
Instance Attribute Details
#parent_dependencies_first ⇒ Object
Returns the value of attribute parent_dependencies_first.
6 7 8 |
# File 'lib/rest_my_case/config/base.rb', line 6 def parent_dependencies_first @parent_dependencies_first end |
#silence_dependencies_abort ⇒ Object
Returns the value of attribute silence_dependencies_abort.
6 7 8 |
# File 'lib/rest_my_case/config/base.rb', line 6 def silence_dependencies_abort @silence_dependencies_abort end |