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
378 379 380 |
# File 'lib/review/book/index.rb', line 378 def caption @caption end |
#id ⇒ Object
Returns the value of attribute id
378 379 380 |
# File 'lib/review/book/index.rb', line 378 def id @id end |
#number ⇒ Object
Returns the value of attribute number
378 379 380 |
# File 'lib/review/book/index.rb', line 378 def number @number end |