class SportDb::Model::AlltimeStandingEntry

Public Instance Methods

standing_id=(value) click to toggle source

note:

map standing_id to alltime_standing_id - convenience alias
# File lib/sportdb/models/models/stats/alltime_standing.rb, line 25
def standing_id=(value)  write_attribute(:alltime_standing_id, value);  end