Class: Ligarb::Chapter::CiteEntry

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



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

def anchor_id
  @anchor_id
end

#chapter_slugObject

Returns the value of attribute chapter_slug

Returns:

  • (Object)

    the current value of chapter_slug



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

def chapter_slug
  @chapter_slug
end

#display_textObject

Returns the value of attribute display_text

Returns:

  • (Object)

    the current value of display_text



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

def display_text
  @display_text
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end