Class: Votd::ESVBible

Inherits:
Base
  • Object
show all
Defined in:
lib/votd/esvbible.rb

Overview

Retrieves a Verse of the Day from www.gnpcb.org, Good News Publishers, Crossway Bibles, using the English Standard Version translation (ESV).

Constant Summary collapse

BIBLE_VERSION =

The name of the Bible Translation that this module generates

"ESV"
BIBLE_VERSION_NAME =
"English Standard Version"
URI =

The URI of the API gateway

"http://www.gnpcb.org/esv/share/rss2.0/daily/"

Constants inherited from Base

Base::DEFAULT_BIBLE_REFERENCE, Base::DEFAULT_BIBLE_TEXT, Base::DEFAULT_BIBLE_VERSION, Base::DEFAULT_BIBLE_VERSION_NAME, Base::DEFAULT_LINK

Instance Attribute Summary

Attributes inherited from Base

#copyright, #date, #link, #reference, #text, #version, #version_name

Instance Method Summary collapse

Methods inherited from Base

#custom_html, #custom_text, #to_html, #to_text

Constructor Details

#initializeVotd::ESVBible

Initializes the ESVBible class



17
18
19
# File 'lib/votd/esvbible.rb', line 17

def initialize
  super()
end