Class: Amsi::Model::LeasingAgent

Inherits:
Base
  • Object
show all
Defined in:
lib/amsi/model/leasing_agent.rb

Instance Method Summary collapse

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/amsi/model/leasing_agent.rb', line 16

def active?
  agent_active_flag == 'Y'
end