Class: CatalogDb::CardReader::Card
- Inherits:
-
Struct
- Object
- Struct
- CatalogDb::CardReader::Card
- Defined in:
- lib/catalogdb/reader.rb
Overview
use cats for categories - why? why not?
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#links ⇒ Object
Returns the value of attribute links.
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories
12 13 14 |
# File 'lib/catalogdb/reader.rb', line 12 def categories @categories end |
#links ⇒ Object
Returns the value of attribute links
12 13 14 |
# File 'lib/catalogdb/reader.rb', line 12 def links @links end |