Class: Gizzard::Rebalancer::TemplateAndTree

Inherits:
Struct
  • Object
show all
Defined in:
lib/gizzard/rebalancer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#forwardingObject

Returns the value of attribute forwarding

Returns:

  • (Object)

    the current value of forwarding



5
6
7
# File 'lib/gizzard/rebalancer.rb', line 5

def forwarding
  @forwarding
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



5
6
7
# File 'lib/gizzard/rebalancer.rb', line 5

def template
  @template
end

#treeObject

Returns the value of attribute tree

Returns:

  • (Object)

    the current value of tree



5
6
7
# File 'lib/gizzard/rebalancer.rb', line 5

def tree
  @tree
end