Class: Tebako::LayerPlanner::Layer

Inherits:
Struct
  • Object
show all
Defined in:
lib/tebako/layer_planner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



21
22
23
# File 'lib/tebako/layer_planner.rb', line 21

def category
  @category
end

#mount_pointObject

Returns the value of attribute mount_point

Returns:

  • (Object)

    the current value of mount_point



21
22
23
# File 'lib/tebako/layer_planner.rb', line 21

def mount_point
  @mount_point
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



21
22
23
# File 'lib/tebako/layer_planner.rb', line 21

def source
  @source
end