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



138
139
140
# File 'lib/review/book/index.rb', line 138

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



138
139
140
# File 'lib/review/book/index.rb', line 138

def id
  @id
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



138
139
140
# File 'lib/review/book/index.rb', line 138

def number
  @number
end