Class: ReVIEW::Book::ColumnIndex::Item
- Defined in:
- lib/review/book/index.rb
Instance Attribute Summary collapse
-
#caption ⇒ Object
Returns the value of attribute caption.
-
#id ⇒ Object
Returns the value of attribute id.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#caption ⇒ Object
Returns the value of attribute caption
376 377 378 |
# File 'lib/review/book/index.rb', line 376 def caption @caption end |
#id ⇒ Object
Returns the value of attribute id
376 377 378 |
# File 'lib/review/book/index.rb', line 376 def id @id end |
#number ⇒ Object
Returns the value of attribute number
376 377 378 |
# File 'lib/review/book/index.rb', line 376 def number @number end |