Class: Wicked::Pipeline::ReadonlyStep
- Defined in:
- lib/wicked/pipeline/readonly_step.rb
Instance Attribute Summary
Attributes inherited from BaseStep
Instance Method Summary collapse
-
#blocking? ⇒ Boolean
False.
-
#readonly? ⇒ Boolean
True.
Methods inherited from BaseStep
==, #===, ===, #blocking_reason, #blocking_reasons, eql?, equal?, #equal?, i18n_scope, #id, #initialize, #persisted?, #save, #saved?, #step_name, step_name, #to_s, to_s, #valid?
Constructor Details
This class inherits a constructor from Wicked::Pipeline::BaseStep
Instance Method Details
#blocking? ⇒ Boolean
Returns false.
12 13 14 |
# File 'lib/wicked/pipeline/readonly_step.rb', line 12 def blocking? false end |
#readonly? ⇒ Boolean
Returns true.
7 8 9 |
# File 'lib/wicked/pipeline/readonly_step.rb', line 7 def readonly? true end |