class Phantomblaster::Configuration

Class that holds the config state for the gem. Define each config option with a getter/setter.

Attributes

api_key[RW]
scripts_dir[RW]

Public Class Methods

new() click to toggle source
# File lib/phantomblaster.rb, line 23
def initialize
  @api_key = ''
  @scripts_dir = ''
end