Class: Lease::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/lease/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



6
7
8
# File 'lib/lease/config.rb', line 6

def initialize
  @lessee_sign_key ||= :tenant_full_name
end

Instance Attribute Details

#lessee_sign_keyObject

Returns the value of attribute lessee_sign_key.



4
5
6
# File 'lib/lease/config.rb', line 4

def lessee_sign_key
  @lessee_sign_key
end