module Taggun

Constants

ACCOUNT_URL

URL for account actions

API_VERSION

The Api version to use

BASE_URL

The base taggun api URL

ENCODED

API endpoint to use encoded parsing

FILE

API endpoint to use file parsing

RECEIPT_URL

URL for receipt actions

SIMPLE

API endpoint to get simple response

STORAGE

API endpoint to use storage parsing

URL

API endpoint to use URL parsing

VERBOSE

API endpoint to get detailed response

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/taggun.rb, line 45
def self.configure
  self.configuration ||= Configuration.new
  yield(configuration)
end