Class: Tebako::LayerPlanner::Layer
- Inherits:
-
Struct
- Object
- Struct
- Tebako::LayerPlanner::Layer
- Defined in:
- lib/tebako/layer_planner.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#mount_point ⇒ Object
Returns the value of attribute mount_point.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
21 22 23 |
# File 'lib/tebako/layer_planner.rb', line 21 def category @category end |
#mount_point ⇒ Object
Returns the value of attribute mount_point
21 22 23 |
# File 'lib/tebako/layer_planner.rb', line 21 def mount_point @mount_point end |
#source ⇒ Object
Returns the value of attribute source
21 22 23 |
# File 'lib/tebako/layer_planner.rb', line 21 def source @source end |