Class: Usps::Support::Models::Hq::Squadrons::Squadron
- Inherits:
-
Website
- Object
- ActiveRecord::Base
- Usps::Support::Models::Hq::SharedRecord
- BaseRecord
- Website
- Usps::Support::Models::Hq::Squadrons::Squadron
- Defined in:
- lib/usps/support/models/hq/squadrons/squadron.rb
Overview
Squadron organization information
Instance Method Summary collapse
Methods inherited from Usps::Support::Models::Hq::SharedRecord
allow_hq_database_edits?, ignore_type_column_sti!
Instance Method Details
#name ⇒ Object
30 |
# File 'lib/usps/support/models/hq/squadrons/squadron.rb', line 30 def name = self.Name.split(/ Sail (&|and)/)[0] |