Class: Textus::Workflow::DSL::PublishTarget

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/workflow/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inject_bootObject (readonly)

Returns the value of attribute inject_boot

Returns:

  • (Object)

    the current value of inject_boot



6
7
8
# File 'lib/textus/workflow/dsl.rb', line 6

def inject_boot
  @inject_boot
end

#templateObject (readonly)

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



6
7
8
# File 'lib/textus/workflow/dsl.rb', line 6

def template
  @template
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/textus/workflow/dsl.rb', line 6

def to
  @to
end

#treeObject (readonly)

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



6
7
8
# File 'lib/textus/workflow/dsl.rb', line 6

def tree
  @tree
end