Class: Pericope::Parsing::ReferenceFragment
- Inherits:
-
Struct
- Object
- Struct
- Pericope::Parsing::ReferenceFragment
- Defined in:
- lib/pericope/parsing.rb
Instance Attribute Summary collapse
-
#chapter ⇒ Object
Returns the value of attribute chapter.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#verse ⇒ Object
Returns the value of attribute verse.
Instance Method Summary collapse
Instance Attribute Details
#chapter ⇒ Object
Returns the value of attribute chapter
202 203 204 |
# File 'lib/pericope/parsing.rb', line 202 def chapter @chapter end |
#letter ⇒ Object
Returns the value of attribute letter
202 203 204 |
# File 'lib/pericope/parsing.rb', line 202 def letter @letter end |
#verse ⇒ Object
Returns the value of attribute verse
202 203 204 |
# File 'lib/pericope/parsing.rb', line 202 def verse @verse end |