Class: MapTool::ProductClass

Inherits:
Object
  • Object
show all
Defined in:
lib/maptool/dependency/product_class.rb

Overview

Usage

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ProductClass

Returns a new instance of ProductClass.



18
19
20
# File 'lib/maptool/dependency/product_class.rb', line 18

def initialize(name)
    self.name = name
end

Instance Attribute Details

#h_pathObject

Returns the value of attribute h_path.



14
15
16
# File 'lib/maptool/dependency/product_class.rb', line 14

def h_path
  @h_path
end

#m_pathObject

Returns the value of attribute m_path.



15
16
17
# File 'lib/maptool/dependency/product_class.rb', line 15

def m_path
  @m_path
end

#mm_pathObject

Returns the value of attribute mm_path.



16
17
18
# File 'lib/maptool/dependency/product_class.rb', line 16

def mm_path
  @mm_path
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/maptool/dependency/product_class.rb', line 13

def name
  @name
end