class Jabysoft::Base::Configuration

Attributes

skip_authorize[RW]

Public Class Methods

new() click to toggle source
# File lib/jabysoft/base/configuration.rb, line 5
def initialize
        @skip_authorize = true
end