Class: Votd::OurManna

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

Overview

Retrieves a Verse of the Day from https://ourmanna.com using the NIV translation.

Examples:

votd = Votd::OurManna.new
votd.text       # => "For God so loved the world..."
votd.reference  # => "John 3:16"
votd.version    # => "NIV"

Constant Summary collapse

BIBLE_VERSION =

The name of the Bible Translation that this module generates

"NIV"
BIBLE_VERSION_NAME =

The full name of the Bible translation

"New International Version"
ENDPOINT_URL =

The URL of the API gateway

"https://beta.ourmanna.com/api/v1/get?format=json&order=daily"