module ActionAlexa

Base

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/action_alexa.rb, line 22
def self.configure
  self.config ||= ActionAlexa::Configuration.new

  yield config if block_given?
end