Class: ReVIEW::Book::BibpaperIndex::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
229 230 231 |
# File 'lib/review/book/index.rb', line 229 def caption @caption end |
#id ⇒ Object
Returns the value of attribute id
229 230 231 |
# File 'lib/review/book/index.rb', line 229 def id @id end |
#number ⇒ Object
Returns the value of attribute number
229 230 231 |
# File 'lib/review/book/index.rb', line 229 def number @number end |