Class: Planter::Plot
- Inherits:
-
Object
- Object
- Planter::Plot
- Defined in:
- lib/sapling/planter.rb
Instance Attribute Summary collapse
-
#branches ⇒ Object
The tree, trunk, and branches.
-
#tree ⇒ Object
The tree, trunk, and branches.
-
#trunk ⇒ Object
The tree, trunk, and branches.
Instance Attribute Details
#branches ⇒ Object
The tree, trunk, and branches
10 11 12 |
# File 'lib/sapling/planter.rb', line 10 def branches @branches end |
#tree ⇒ Object
The tree, trunk, and branches
10 11 12 |
# File 'lib/sapling/planter.rb', line 10 def tree @tree end |
#trunk ⇒ Object
The tree, trunk, and branches
10 11 12 |
# File 'lib/sapling/planter.rb', line 10 def trunk @trunk end |