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



131
132
133
# File 'lib/review/book/index.rb', line 131

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



131
132
133
# File 'lib/review/book/index.rb', line 131

def id
  @id
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



131
132
133
# File 'lib/review/book/index.rb', line 131

def number
  @number
end