class Myra::Configuration
Configuration
provides the API credentials to MyraCloud
Attributes
api_key[RW]
api_secret[RW]
Public Class Methods
new()
click to toggle source
# File lib/myra/configuration.rb, line 23 def initialize @api_key = ENV['MYRACLOUD_API_KEY'] @api_secret = ENV['MYRACLOUD_API_SECRET'] end