Class: Planter::Plot

Inherits:
Object
  • Object
show all
Defined in:
lib/sapling/planter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchesObject

The tree, trunk, and branches



10
11
12
# File 'lib/sapling/planter.rb', line 10

def branches
  @branches
end

#treeObject

The tree, trunk, and branches



10
11
12
# File 'lib/sapling/planter.rb', line 10

def tree
  @tree
end

#trunkObject

The tree, trunk, and branches



10
11
12
# File 'lib/sapling/planter.rb', line 10

def trunk
  @trunk
end