Class: Broadway::Processor::Definition::Post

Inherits:
Object
  • Object
show all
Defined in:
lib/broadway/processors/tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#path(value = "") ⇒ Object

Returns the value of attribute path.



91
92
93
# File 'lib/broadway/processors/tree.rb', line 91

def path
  @path
end

#show_children(value = "") ⇒ Object

Returns the value of attribute show_children.



91
92
93
# File 'lib/broadway/processors/tree.rb', line 91

def show_children
  @show_children
end

#title(value = "") ⇒ Object

Returns the value of attribute title.



91
92
93
# File 'lib/broadway/processors/tree.rb', line 91

def title
  @title
end

#tooltip(value = "") ⇒ Object

Returns the value of attribute tooltip.



91
92
93
# File 'lib/broadway/processors/tree.rb', line 91

def tooltip
  @tooltip
end