Class: GpgKeySubkey
Constant Summary
ApplicationRecord::MAX_PLUCK
Instance Method Summary
collapse
cached_column_list, #create_or_load_association, declarative_enum, default_select_columns, id_in, id_not_in, iid_in, pluck_primary_key, primary_key_in, #readable_by?, safe_ensure_unique, safe_find_or_create_by, safe_find_or_create_by!, #to_ability_name, underscore, where_exists, where_not_exists, with_fast_read_statement_timeout, without_order
#serializable_hash
Instance Method Details
#fingerprint ⇒ Object
21
22
23
|
# File 'app/models/gpg_key_subkey.rb', line 21
def fingerprint
super&.upcase
end
|
#keyid ⇒ Object
17
18
19
|
# File 'app/models/gpg_key_subkey.rb', line 17
def keyid
super&.upcase
end
|