Class: Textus::Workflow::DSL::PublishTarget
- Inherits:
-
Data
- Object
- Data
- Textus::Workflow::DSL::PublishTarget
- Defined in:
- lib/textus/workflow/dsl.rb
Instance Attribute Summary collapse
-
#inject_boot ⇒ Object
readonly
Returns the value of attribute inject_boot.
-
#template ⇒ Object
readonly
Returns the value of attribute template.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
-
#tree ⇒ Object
readonly
Returns the value of attribute tree.
Instance Attribute Details
#inject_boot ⇒ Object (readonly)
Returns the value of attribute inject_boot
6 7 8 |
# File 'lib/textus/workflow/dsl.rb', line 6 def inject_boot @inject_boot end |
#template ⇒ Object (readonly)
Returns the value of attribute template
6 7 8 |
# File 'lib/textus/workflow/dsl.rb', line 6 def template @template end |
#to ⇒ Object (readonly)
Returns the value of attribute to
6 7 8 |
# File 'lib/textus/workflow/dsl.rb', line 6 def to @to end |
#tree ⇒ Object (readonly)
Returns the value of attribute tree
6 7 8 |
# File 'lib/textus/workflow/dsl.rb', line 6 def tree @tree end |