class Lease::Config

Attributes

lessee_sign_key[RW]

Public Class Methods

new() click to toggle source
# File lib/lease/config.rb, line 6
def initialize
  @lessee_sign_key ||= :tenant_full_name
end