Class: MapTool::ProductClass
- Inherits:
-
Object
- Object
- MapTool::ProductClass
- Defined in:
- lib/maptool/dependency/product_class.rb
Overview
Usage
Instance Attribute Summary collapse
-
#h_path ⇒ Object
Returns the value of attribute h_path.
-
#m_path ⇒ Object
Returns the value of attribute m_path.
-
#mm_path ⇒ Object
Returns the value of attribute mm_path.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ ProductClass
constructor
A new instance of ProductClass.
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_path ⇒ Object
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_path ⇒ Object
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_path ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
13 14 15 |
# File 'lib/maptool/dependency/product_class.rb', line 13 def name @name end |