Method: Keybox::AccountEntry.display_fields
- Defined in:
- lib/keybox/entry.rb
.display_fields ⇒ Object
fields that can be displayed, some could be calculated
19 20 21 |
# File 'lib/keybox/entry.rb', line 19 def display_fields (visible_fields + private_fields).uniq end |