Class: IMGSrc::Category
- Inherits:
-
Struct
- Object
- Struct
- IMGSrc::Category
- Defined in:
- lib/imgsrc.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
36 37 38 |
# File 'lib/imgsrc.rb', line 36 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
36 37 38 |
# File 'lib/imgsrc.rb', line 36 def parent_id @parent_id end |