Class: Ligarb::Chapter::IndexEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ligarb/chapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_idObject

Returns the value of attribute anchor_id

Returns:

  • (Object)

    the current value of anchor_id



14
15
16
# File 'lib/ligarb/chapter.rb', line 14

def anchor_id
  @anchor_id
end

#chapter_slugObject

Returns the value of attribute chapter_slug

Returns:

  • (Object)

    the current value of chapter_slug



14
15
16
# File 'lib/ligarb/chapter.rb', line 14

def chapter_slug
  @chapter_slug
end

#display_textObject

Returns the value of attribute display_text

Returns:

  • (Object)

    the current value of display_text



14
15
16
# File 'lib/ligarb/chapter.rb', line 14

def display_text
  @display_text
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



14
15
16
# File 'lib/ligarb/chapter.rb', line 14

def term
  @term
end