Class: ParsedReference

Inherits:
Object
  • Object
show all
Defined in:
lib/acts_as_scriptural/parsed_reference.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_bookObject

Returns the value of attribute first_book.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def first_book
  @first_book
end

#first_book_indexObject

Returns the value of attribute first_book_index.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def first_book_index
  @first_book_index
end

#first_chapterObject

Returns the value of attribute first_chapter.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def first_chapter
  @first_chapter
end

#last_bookObject

Returns the value of attribute last_book.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def last_book
  @last_book
end

#last_book_indexObject

Returns the value of attribute last_book_index.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def last_book_index
  @last_book_index
end

#last_chapterObject

Returns the value of attribute last_chapter.



3
4
5
# File 'lib/acts_as_scriptural/parsed_reference.rb', line 3

def last_chapter
  @last_chapter
end