class SO2DB::Models::User
Public Class Methods
exported_fields()
click to toggle source
# File lib/so2db/models.rb, line 61 def self.exported_fields return [ :id, :reputation, :creation_date, :display_name, :email_hash, :last_access_date, :website_url, :location, :age, :about_me, :views, :up_votes, :down_votes, :account_id ] end