Class: YJCocoa::ProductClass
- Inherits:
-
Object
- Object
- YJCocoa::ProductClass
- Defined in:
- lib/yjcocoa/pod/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.
22 23 24 |
# File 'lib/yjcocoa/pod/product_class.rb', line 22 def initialize(name) self.name = name end |
Instance Attribute Details
#h_path ⇒ Object
Returns the value of attribute h_path.
18 19 20 |
# File 'lib/yjcocoa/pod/product_class.rb', line 18 def h_path @h_path end |
#m_path ⇒ Object
Returns the value of attribute m_path.
19 20 21 |
# File 'lib/yjcocoa/pod/product_class.rb', line 19 def m_path @m_path end |
#mm_path ⇒ Object
Returns the value of attribute mm_path.
20 21 22 |
# File 'lib/yjcocoa/pod/product_class.rb', line 20 def mm_path @mm_path end |
#name ⇒ Object
Returns the value of attribute name.
17 18 19 |
# File 'lib/yjcocoa/pod/product_class.rb', line 17 def name @name end |