Class: Lease::Config
- Inherits:
-
Object
- Object
- Lease::Config
- Defined in:
- lib/lease/config.rb
Instance Attribute Summary collapse
-
#lessee_sign_key ⇒ Object
Returns the value of attribute lessee_sign_key.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_key ⇒ Object
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 |