Class: ReVIEW::Book::FootnoteIndex::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/review/book/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



120
121
122
# File 'lib/review/book/index.rb', line 120

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



120
121
122
# File 'lib/review/book/index.rb', line 120

def id
  @id
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



120
121
122
# File 'lib/review/book/index.rb', line 120

def number
  @number
end