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



127
128
129
# File 'lib/review/book/index.rb', line 127

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



127
128
129
# File 'lib/review/book/index.rb', line 127

def id
  @id
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



127
128
129
# File 'lib/review/book/index.rb', line 127

def number
  @number
end