class SportDb::Model::GroupStandingEntry

Public Instance Methods

standing_id=(value) click to toggle source

note:

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