Class: Pipl::UserID
Instance Attribute Summary
Attributes inherited from Username
Attributes inherited from Field
Instance Method Summary collapse
Methods inherited from Username
Methods inherited from Field
base_params_from_hash, extra_metadata, from_hash, #initialize, #to_hash
Methods included from Utils
alnum_chars, alpha_chars, date_to_str, is_valid_url?, str_to_date, titleize, to_utf8
Constructor Details
This class inherits a constructor from Pipl::Username
Instance Method Details
#is_searchable? ⇒ Boolean
429 430 431 |
# File 'lib/pipl/fields.rb', line 429 def is_searchable? false end |