class Spreeference::Environment

Attributes

preferences[RW]

Public Class Methods

new() click to toggle source
# File lib/spreeference/environment.rb, line 7
def initialize
  @preferences = Spreeference::AppConfiguration.new
end