Class: YJCocoa::ProductClass

Inherits:
Object
  • Object
show all
Defined in:
lib/yjcocoa/pod/product_class.rb

Overview

Usage

Instance Attribute Summary collapse

Instance Method Summary collapse

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_pathObject

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_pathObject

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_pathObject

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

#nameObject

Returns the value of attribute name.



17
18
19
# File 'lib/yjcocoa/pod/product_class.rb', line 17

def name
  @name
end