Class: Amsi::Model::LeasingAgent
- Inherits:
-
Base
- Object
- Base
- Amsi::Model::LeasingAgent
- Defined in:
- lib/amsi/model/leasing_agent.rb
Instance Method Summary collapse
Instance Method Details
#active? ⇒ Boolean
16 17 18 |
# File 'lib/amsi/model/leasing_agent.rb', line 16 def active? agent_active_flag == 'Y' end |