Module: Zermelo::Records::Attributes
- Included in:
- ClassMethods
- Defined in:
- lib/zermelo/records/attributes.rb
Instance Method Summary collapse
Instance Method Details
#attribute_types ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/zermelo/records/attributes.rb', line 7 def attribute_types ret = nil @lock.synchronize do ret = (@attribute_types ||= {}).dup end ret end |